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