import { after } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/function.js";
The opposite of _.before
; this method creates a function that invokes
func
once it's called n
or more times.
import { after } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/function.js";
The opposite of _.before
; this method creates a function that invokes
func
once it's called n
or more times.