initial update
This commit is contained in:
5
node_modules/graphql/jsutils/isPromise.d.ts
generated
vendored
Normal file
5
node_modules/graphql/jsutils/isPromise.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
||||
* otherwise returns false.
|
||||
*/
|
||||
export declare function isPromise(value: any): value is Promise<unknown>;
|
||||
Reference in New Issue
Block a user