UNPKG

@bufbuild/protoplugin

Version:

Helps to create your own Protocol Buffers code generators.

4 lines (3 loc) 249 B
import type { AnyDesc, DescFile } from "@bufbuild/protobuf"; export declare function createJsDocTextFromDesc(desc: Exclude<AnyDesc, DescFile>): string; export declare function formatJsDocBlock(text: string, indentation: string | undefined): string;