Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
4
node_modules/is-promise/index.d.ts
generated
vendored
4
node_modules/is-promise/index.d.ts
generated
vendored
|
|
@ -1,2 +1,2 @@
|
|||
declare function isPromise<T, S>(obj: Promise<T> | S): obj is Promise<T>;
|
||||
export default isPromise;
|
||||
declare function isPromise<T, S>(obj: PromiseLike<T> | S): obj is PromiseLike<T>;
|
||||
export default isPromise;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue