Premier commit

This commit is contained in:
2025-04-14 12:00:00 +02:00
commit 4c33d81d95
606 changed files with 67995 additions and 0 deletions

2
node_modules/is-promise/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
declare function isPromise<T, S>(obj: PromiseLike<T> | S): obj is PromiseLike<T>;
export default isPromise;