UNPKG

@whisklabs/grpc

Version:

gRPC generator and http library for typescript

4 lines (3 loc) 164 B
import { Parser } from '../parser'; import { MakeOuts } from './generator'; export declare function enums(pack: string, out: MakeOuts, items: Parser.Enum[]): void;