import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/defaultTo.js";
Checks value
to determine whether a default value should be returned in
its place. The defaultValue
is returned if value
is NaN
, null
,
or undefined
.