feat(typescript-types): Add KeyPath<T, Separator = '.'>
This commit is contained in:
@@ -34,6 +34,12 @@ The types included in this library are categorized by their purpose.
|
||||
|
||||
[`OptionalKeysOf<T>`]: src/optional-keys-of.ts
|
||||
|
||||
#### Conversion Types
|
||||
|
||||
| Type | Description |
|
||||
| --------------------------------- | ------------------------------------------------------------------ |
|
||||
| [`KeyPath<T, Separator = '.'>`][] | Converts a `Separator` separated string into a tuple of its parts. |
|
||||
|
||||
#### Combination Types
|
||||
|
||||
| Type | Description |
|
||||
|
||||
Reference in New Issue
Block a user