import { select } from "https://deno.land/x/froebel@v0.18.0/mod.ts";
Returns the value in obj
at path
. If the given path does not exist,
the symbol none
is returned.
import { select } from "https://deno.land/x/froebel@v0.18.0/mod.ts";
Returns the value in obj
at path
. If the given path does not exist,
the symbol none
is returned.