UNPKG

@gentrace/core

Version:
11 lines (8 loc) 184 B
'use strict'; function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; } module.exports = bind; //# sourceMappingURL=bind.js.map