UNPKG

@ocap/util

Version:

utils shared across multiple forge js libs, works in both node.js and browser

11 lines (10 loc) 274 B
import EventEmitter from 'events'; export declare class Ready extends EventEmitter { emit: $TSFixMe; ready: $TSFixMe; readyCallbacks: $TSFixMe; readyMarks: $TSFixMe; constructor(); markReady(mark?: $TSFixMe): void; onReady(cb: $TSFixMe): void; }