flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
14
BACK_BACK/node_modules/graphql/version.d.ts
generated
vendored
Executable file
14
BACK_BACK/node_modules/graphql/version.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* A string containing the version of the GraphQL.js library
|
||||
*/
|
||||
export const version: string;
|
||||
|
||||
/**
|
||||
* An object containing the components of the GraphQL.js version string
|
||||
*/
|
||||
export const versionInfo: {
|
||||
major: number;
|
||||
minor: number;
|
||||
patch: number;
|
||||
preReleaseTag: number | null;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue