Abstract
An abstract class that helps with the application of templates in strings. Wrap the template in curly braces inside the string you want to apply the template to.
All the keys that should be replaced inside the string.
Readonly
The keys handled by this templater. They don't include the curly braces.
Templater
Apply the template.
The string to process.
The string with the templates replaced.
Get the actual value that will replace the key inside the template.
The key to replace.
The corresponding string for the given key.
Throws if given key does not correspond to this templater.
Generated using TypeDoc
An abstract class that helps with the application of templates in strings. Wrap the template in curly braces inside the string you want to apply the template to.