UNPKG

@firebolt-js/openrpc

Version:
12 lines (10 loc) 270 B
/** * Turn off all listeners previously registered from this module. */ function clear(): boolean /** * Clear a specific listen by the listener ID. * * @param {number} id The id of the listener to clear */ function clear(id: number): boolean