UNPKG

@bufbuild/protoplugin

Version:

Helps to create your own Protocol Buffers code generators.

3 lines (2 loc) 200 B
import type { DescFile } from "@bufbuild/protobuf"; export declare function makeFilePreamble(file: DescFile, pluginName: string, pluginVersion: string, parameter: string, tsNoCheck: boolean): string;