main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
354 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | import { Path as OPath } from '../Object/Path';
|
---|
| 2 | import { Key } from '../Any/Key';
|
---|
| 3 | import { List } from './List';
|
---|
| 4 | /**
|
---|
| 5 | * Get in `L` the type of nested properties
|
---|
| 6 | * @param L to be inspected
|
---|
| 7 | * @param Path to be followed
|
---|
| 8 | * @returns [[Any]]
|
---|
| 9 | * @example
|
---|
| 10 | * ```ts
|
---|
| 11 | * ```
|
---|
| 12 | */
|
---|
| 13 | export declare type Path<L extends List, Path extends List<Key>> = OPath<L, Path>;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.