Module

x/lodash_es/src/defer.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/defer.js";

Variables

Defers invoking the func until the current call stack has cleared. Any additional arguments are provided to func when it's invoked.