UNPKG

@firebolt-js/openrpc

Version:
6 lines 206 B
/** * Listen for the first of any and all events dispatched by this module. * * @param {Function} callback */ function once(callback: (event: string, data: object) => void): Promise<number>