UNPKG

free-context

Version:
7 lines (5 loc) 117 B
module.exports = free function free (fn, apply) { if (apply) return fn.apply.bind(fn) return fn.call.bind(fn) }