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