Skip to main content
Module

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

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

Call Signatures

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