// package
type: "module"
// preferences
// replacements (1)
This package is no longer necessary. Every modern runtime provides a way to bind to the `call` method of a function.
// example
const fnBound = Function.call.bind(fn);