initial update
This commit is contained in:
8
node_modules/graphql/jsutils/didYouMean.d.ts
generated
vendored
Normal file
8
node_modules/graphql/jsutils/didYouMean.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Given [ A, B, C ] return ' Did you mean A, B, or C?'.
|
||||
*/
|
||||
export declare function didYouMean(suggestions: ReadonlyArray<string>): string;
|
||||
export declare function didYouMean(
|
||||
subMessage: string,
|
||||
suggestions: ReadonlyArray<string>,
|
||||
): string;
|
||||
Reference in New Issue
Block a user