UNPKG

grpc-server-ts

Version:

a grpc server side module built by typescrpt

8 lines (7 loc) 130 B
export interface Settings { port: string | number; host?: string; ca?: string; cert?: string; key?: string; }