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

3 lines 133 B
export { Each as each } from './each'; export { Chain as chain, Chainable } from './chain'; export { Utils as utils } from './utils';