import { Deep } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { Path } = Deep;
Variables
Regular expression used to split a path string into tokens. |
Functions
Return the given |
Type Aliases
A string representing a path into an (nested) object of type T. | |
Utility type to only add non-empty string types to a string array. | |
Determines the allowed paths for an array. | |
Determines the allowed paths into a value of type | |
Determines whether the given type | |
Returns type | |
Determines the allowed non-empty paths into a value of type | |
Determines the allowed paths into a non-optional value of type | |
Determines the allowed paths for an object. | |
Determines the allowed path part seperator based on the input types. | |
Determines the allowed paths for a tuple. Since tuples have fixed types, they do not need to be optional, in contrast to arrays. | |
The result type when selecting from object type T a path with type P. | |
Determines the result type for an array of tokens representing subpaths in type | |
Determines the result of getting the property/index | |
Converts a path string into separate tokens in a string array. | |
A string representing a path into an (nested) object of type T. | |
The allowed values of a split path. |