UNPKG

@grpc.ts/cli

Version:

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

3 lines (2 loc) 158 B
import type { IProtoDataProps } from '../interface'; export declare function topologicalGroup(protoData: Array<IProtoDataProps | null>): IProtoDataProps[][];