Skip to main content
Module

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

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

Properties

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