SharedSubPathToken
Implements

Description

Class with the implementation of a sub-path token.

Used to separate logic and types of SubPathToken and SubPathInNegatedToken.

Constructor

SharedSubPathToken<T>( path: T )

Parameters

NameTypeDescription
T

Properties

token: "subPath"
path: T

Methods

toString(): string