Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Call Signatures

(
protoPaths: string[],
entryPaths: string[],
protoFiles: string[],
): Promise<BuildConfig>