UNPKG

brazejs

Version:

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

9 lines (8 loc) 266 B
declare function escape(str: string): string; declare const _default: { 'escape': typeof escape; 'escape_once': (str: string) => string; 'newline_to_br': (v: string) => string; 'strip_html': (v: string) => string; }; export default _default;