WIP - add extractor, generate snippet_data
This commit is contained in:
6
node_modules/graphql-compose/lib/utils/is.d.ts
generated
vendored
Normal file
6
node_modules/graphql-compose/lib/utils/is.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export function isString(value: any): value is string;
|
||||
|
||||
export function isObject(value: any): value is object;
|
||||
|
||||
// tslint:disable-next-line:ban-types
|
||||
export function isFunction(value: any): value is Function;
|
||||
Reference in New Issue
Block a user