Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Call Signatures

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