fmt-subs

Home > fmt-subs > SubstitutionToken

SubstitutionToken class

Token that are recognized by fmt internally during assembling

Signature:

export declare class SubstitutionToken 

Constructors

Constructor Modifiers Description
(constructor)(something, sub)   Constructs a new instance of the SubstitutionToken class

Properties

Property Modifiers Type Description
something   unknown What will be replaced by substitution
sub   string Substitution. Will be inserted instead of something