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