Properties
Static Private Readonly POST
POST: "\u0002" = '\x02'
Static Private Readonly PRE
PRE: "\u0001" = '\x01'
Methods
filter
-
Type parameters
Parameters
Returns Promise<Match<T>[]>
Protected mapRanges
- mapRanges(input: string): readonly Range[]
-
Parameters
Returns readonly Range[]
Protected mapResult
- mapResult<T>(result: FilterResult<T>): Match<T>
-
Type parameters
Parameters
Returns Match<T>
Protected sortResults
- sortResults<T>(left: FilterResult<T>, right: FilterResult<T>): number
-
Type parameters
Parameters
-
left: FilterResult<T>
-
right: FilterResult<T>
Returns number
Filters the input and returns with an array that contains all items that match the pattern.