Module

x/lodash_es/mod.ts>bindAll

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

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.