Skip to main content
Module

x/ts_toolbelt_unofficial/mod.ts>Function.AutoPath

👷 TypeScript's largest type utility library, now on Deno
Latest
type alias Function.AutoPath
import { type Function } from "https://deno.land/x/ts_toolbelt_unofficial@1.1.0/mod.ts";
const { AutoPath } = Function;

Auto-complete, validate, and query the string path of an object O

Type Parameters

O extends any
P extends string
optional
D extends string = "."
definition: _AutoPath<O, P, D>