inital upload
This commit is contained in:
5
node_modules/graphql/language/printString.d.ts
generated
vendored
Normal file
5
node_modules/graphql/language/printString.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Prints a string as a GraphQL StringValue literal. Replaces control characters
|
||||
* and excluded characters (" U+0022 and \\ U+005C) with escape sequences.
|
||||
*/
|
||||
export declare function printString(str: string): string;
|
||||
Reference in New Issue
Block a user