Home > fmt-subs > SubstitutionToken
Token that are recognized by fmt internally during assembling
Signature:
export declare class SubstitutionToken
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(something, sub) | Constructs a new instance of the SubstitutionToken class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| something | unknown | What will be replaced by substitution | |
| sub | string | Substitution. Will be inserted instead of something |