namespace Path
undocumented
Namespaces
Name | Description |
---|---|
Internal | undocumented |
Result | The result type when selecting from object type T a path with type P. |
Functions
stringSplit
Return the given path
string split into an array of subpaths.
stringSplit
path
string split into an array of subpaths.Definition
function stringSplit(path: string):
Path.StringSplit
;
Parameters
Name | Type | Description |
---|---|---|
path | string | the input string path |
Constants
Name | Description |
---|---|
stringSplitRegex | Regular expression used to split a path string into tokens. |