UNPKG

@gentrace/core

Version:
9 lines (7 loc) 175 B
function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; } export { bind as default }; //# sourceMappingURL=bind.mjs.map