UNPKG

stream-limit-throughput

Version:
13 lines (11 loc) 258 B
'use strict'; exports.__esModule = true; // if there's a garbage collector, run it // this will reduce memory usage while running exports['default'] = () => { if (typeof global.gc === 'function') { global.gc(); return true; } return false; };