import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/once.js";
Creates a function that is restricted to invoking func
once. Repeat calls
to the function return the value of the first invocation. The func
is
invoked with the this
binding and arguments of the created function.