Type alias HthvParser<TNameMode, TTagMode, TParamsMode>
HthvParser<TNameMode, TTagMode, TParamsMode>: ((this,
value) => HthvItem<TNameMode, TTagMode, TParamsMode>[])
Type Parameters
-
TNameMode extends "has-name" | "no-name" = "has-name" | "no-name"
-
TTagMode extends "has-tag" | "no-tag" = "has-tag" | "no-tag"
-
TParamsMode extends "has-params" | "no-params" = "has-params" | "no-params"
Type declaration
-
- (this, value): HthvItem<TNameMode, TTagMode, TParamsMode>[]
-
Returns HthvItem<TNameMode, TTagMode, TParamsMode>[]
Whether parsed items have names.