UNPKG

@whisklabs/grpc

Version:

gRPC generator and http library for typescript

4 lines (3 loc) 235 B
import { Parser } from '../parser'; import { List, MakeOuts } from './generator'; export declare function messages(pack: string, out: MakeOuts, items: Parser.Message[], messageRequired?: boolean, list?: List[], parent?: string): void;