Initialisation
Added the packages and files for the backend server
This commit is contained in:
8
node_modules/graphql/jsutils/suggestionList.d.ts
generated
vendored
Normal file
8
node_modules/graphql/jsutils/suggestionList.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Given an invalid input string and a list of valid options, returns a filtered
|
||||
* list of valid options sorted based on their similarity with the input.
|
||||
*/
|
||||
export declare function suggestionList(
|
||||
input: string,
|
||||
options: ReadonlyArray<string>,
|
||||
): Array<string>;
|
||||
Reference in New Issue
Block a user