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