inital upload
This commit is contained in:
6
node_modules/graphql/jsutils/printPathArray.d.ts
generated
vendored
Normal file
6
node_modules/graphql/jsutils/printPathArray.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Build a string describing the path.
|
||||
*/
|
||||
export declare function printPathArray(
|
||||
path: ReadonlyArray<string | number>,
|
||||
): string;
|
||||
Reference in New Issue
Block a user