File Manager
Path:
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
util
/
Viewing File: promise.d.ts
export declare const promiseAny: <T>(values: Iterable<PromiseLike<T>>) => Promise<T>;