UNPKG

@graphql-tools/graphql

Version:
5 lines (4 loc) 133 B
/** * Build a string describing the path. */ export declare function printPathArray(path: ReadonlyArray<string | number>): string;