UNPKG

@grpc.ts/cli

Version:

CLI package for @grpc.ts to generate typing for TypeScript

9 lines (8 loc) 340 B
import { type Options } from 'prettier'; interface IMakeMessageInterfaceParams { packageName: string; messageName: string; } export declare function makeMessageInterface({ packageName, messageName, }: IMakeMessageInterfaceParams): string; export declare function format(content: string, opts?: Options): Promise<string>; export {};