UNPKG

brazejs

Version:

Liquid template engine for the Braze variant by pure JavaScript: compatible to Braze, easy to extend.

5 lines (4 loc) 91 B
export default abstract class Template<T> { token: T; constructor(token: T); }