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

10 lines (9 loc) 289 B
export declare class Chainable { protected $finalized: boolean; protected $killed: boolean; protected $manual: any; protected $collection: Object; protected break(manual: any): void; protected kill(): void; } export declare const Chain: (cls: any) => Promise<any>;