Home > fmt-subs
fmt-subs package
This library helps to handle “String Substitutions” that are used in a lot of libraries and even in the native console.log functionality.
Classes
| Class |
Description |
| Fmt |
Responsible for fmts creation, concatenation and assembling. |
| SubstitutionToken |
Token that are recognized by fmt internally during assembling |
Functions
Interfaces
| Interface |
Description |
| FmtFn |
|
Variables
| Variable |
Description |
| fmt |
Tag function for template literals which wraps its contents into a Fmt instance. |