UNPKG

hyper-instrument

Version:

Instrument services in the hypercore ecosystem

8 lines (7 loc) 155 B
module.exports = { getHeapSpaceStatistics: () => { const err = new Error('Not implemented') err.code = 'ERR_NOT_IMPLEMENTED' throw err } }