UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 220 B
/** * Promise.all() but allows all functions to run even if one throws syncronously */ export declare function promiseAllMaybeAsync<T>(fns: Array<() => Promise<T>>): Promise<T[]>; //# sourceMappingURL=promises.d.ts.map