UNPKG

brazejs

Version:

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

5 lines (4 loc) 151 B
export declare abstract class Drop { valueOf(): any; liquidMethodMissing(key: string): Promise<string | undefined> | string | undefined; }