import { type Path } from "https://deno.land/x/rimbu@0.13.5/deep/path.ts";
const { MaybeValue } = Path.Internal;
Returns type T
if Maybe
is false, T | undefined
otherwise.
import { type Path } from "https://deno.land/x/rimbu@0.13.5/deep/path.ts";
const { MaybeValue } = Path.Internal;
Returns type T
if Maybe
is false, T | undefined
otherwise.