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