Latest
variable defer
import { defer } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/function.js";

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