Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
7
node_modules/next/dist/shared/lib/is-thenable.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/shared/lib/is-thenable.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Check to see if a value is Thenable.
|
||||
*
|
||||
* @param promise the maybe-thenable value
|
||||
* @returns true if the value is thenable
|
||||
*/
|
||||
export declare function isThenable<T = unknown>(promise: Promise<T> | T): promise is Promise<T>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue