Module

x/lodash_es/src/util.js>bindAll

lodash for deno use
Latest
variable bindAll
import { bindAll } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";

Binds methods of an object to the object itself, overwriting the existing method.

Note: This method doesn't set the "length" property of bound functions.