Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.61/codegen/ts/aot.ts";

Properties

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