UNPKG

@bufbuild/protoplugin

Version:

Helps to create your own Protocol Buffers code generators.

3 lines (2 loc) 209 B
import type { FileInfo } from "./generated-file.js"; export declare function transpile(files: FileInfo[], transpileJs: boolean, transpileDts: boolean, jsImportStyle: "module" | "legacy_commonjs"): FileInfo[];