UNPKG

@whisklabs/grpc

Version:

gRPC generator and http library for typescript

5 lines (4 loc) 281 B
import { Parser } from '../parser'; import { MakeOuts } from './generator'; export declare function services(pack: string, out: MakeOuts, items?: Parser.Service[]): void; export declare function method(pack: string, out: MakeOuts, item: Parser.Method, serv: Parser.Service): void;