UNPKG

brazejs

Version:

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

5 lines (4 loc) 138 B
import { EmptyDrop } from '../drop/empty-drop'; export declare class BlankDrop extends EmptyDrop { equals(value: any): boolean; }