UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

6 lines (5 loc) 72 B
/** * @hidden */ export type _Promise<A extends any> = Promise<A>