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