Skip to main content
Module

x/rimbu/mod.ts>Deep.Path.Internal.Obj

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Deep.Path.Internal.Obj
import { type Deep } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { Obj } = Deep.Path.Internal;

Determines the allowed paths for an object.

Type Parameters

T
Write extends boolean
Maybe extends boolean
definition: [K in keyof T]: `${K & string}${Path.Internal.Generic<T[K], Write, Write extends true ? false : Path.Internal.IsOptional<T[K], true, Maybe>>}`[keyof T]