Skip to main content

namespace Path

undocumented

Namespaces

NameDescription
Internalundocumented
ResultThe 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.

Definition

function stringSplit(path: string): Path.StringSplit;

Parameters

NameTypeDescription
pathstringthe input string path

Constants

NameDescription
stringSplitRegexRegular expression used to split a path string into tokens.