Abstract
All the keys that should be replaced inside the string.
Readonly
keysThe keys handled by this async templater. They don't include the curly braces.
AsyncTemplater
Abstract
getGet the actual value that will replace the key inside the template.
The key to replace.
A promise that resolves to the corresponding string for the given key.
Rejects if given key does not correspond to this async templater.
Generated using TypeDoc
An abstract class that helps with the application of templates in strings that require values computed asynchronously. Wrap the template in curly braces inside the string you want to apply the template to.