UNPKG

es-promise-ext

Version:

Native promise extensions for javascript and typescript.

3 lines (2 loc) 165 B
export type AllWithMapFunction = () => Promise<Map<any, any>>; export default function allWithMap(values: Map<any, Promise<unknown> | unknown>): AllWithMapFunction;