Interface: ITransformer
Transformers are used to transform a value based on the tag at runtime.
Implemented by
Methods
transform
▸ transform(tag): null | string
Transforms the given tag.
Parameters
| Name | Type | Description |
|---|---|---|
tag | Lexer | The tag that triggered the transformer. |
Returns
null | string