UNPKG

@tingyutech/protobuf-ts-plugin

Version:

The protocol buffer compiler plugin "protobuf-ts" generates TypeScript, gRPC-web, Twirp, and more.

7 lines (6 loc) 208 B
import { TypescriptFile } from "@protobuf-ts/plugin-framework"; export declare class IndexFile extends TypescriptFile { constructor(filename: string); getHeader(): string; getContent(): string; }