import { SafeUnknownObject } from "https://deno.land/x/dtils@2.3.1/mod.ts";
Gets the value of a single key in the object. If the key doesn't exist, a SafeUnknown
with null
will be returned
import { SafeUnknownObject } from "https://deno.land/x/dtils@2.3.1/mod.ts";
Gets the value of a single key in the object. If the key doesn't exist, a SafeUnknown
with null
will be returned