UNPKG

promisary

Version:

A growing collection of utilities to make working with Promises easier and cleaner.

4 lines 171 B
export declare function hash<T extends Record<string, any>>(obj: T | null | undefined): Promise<{ [K in keyof T]: Awaited<T[K]>; }>; //# sourceMappingURL=hash.d.ts.map