UNPKG

doff

Version:

A powerful tool to free your objects and arrays from unwanted content

10 lines (7 loc) 156 B
'use strict'; // Define exports module.exports = function(fn, context) { return function wrapper(...args) { return fn.apply(context, args); }; };