UNPKG

@whisklabs/grpc

Version:

gRPC generator and http library for typescript

9 lines (8 loc) 264 B
export declare function writeComment(com: { comment?: string; }): void; export declare function setComment(com: { comment?: string; }): void; export declare function cleanComment(): void; export declare function next(tokens: string[]): string | undefined;