Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/deep/deep.ts>Path.Internal.Obj

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Path.Internal.Obj
import { type Path } from "https://deno.land/x/rimbu@1.0.0/deep/deep.ts";
const { Obj } = 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]