UNPKG

realm-utils

Version:

Realm-js has a set of functionality that helps solving many problems or impediments related to Promises. Utilities live in this repository, apart from realm-js library. Typings included ### Install

2 lines (1 loc) 83 B
export declare var Each: (argv: any, cb: (...args: any[]) => any) => Promise<any>;