Skip to main content
Module

x/pbkit/codegen/ts/aot.ts>AotConfig

Protobuf toolkit for modern web development
Go to Latest
interface AotConfig
import { type AotConfig } from "https://deno.land/x/pbkit@v0.0.57/codegen/ts/aot.ts";

Properties

modules: Iterable<Module>
optional
runtimeDir: string
optional
iterRuntimeFiles: () => AsyncGenerator<CodeEntry>