UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

11 lines (7 loc) • 280 B
'use strict'; var bind = require('function-bind'); var $apply = require('./functionApply'); var $call = require('./functionCall'); var $reflectApply = require('./reflectApply'); /** @type {import('./actualApply')} */ module.exports = $reflectApply || bind.call($call, $apply);