import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { IsOptional } = Deep.Path.Internal;
Determines whether the given type T
is optional, that is, whether it can be null or undefined.
x/rimbu/deep/internal.ts>Deep.Path.Internal.IsOptional
import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { IsOptional } = Deep.Path.Internal;
Determines whether the given type T
is optional, that is, whether it can be null or undefined.