UNPKG

brazejs

Version:

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

11 lines (10 loc) 291 B
import { Drop } from './drop'; import { IComparable } from './icomparable'; export declare class EmptyDrop extends Drop implements IComparable { equals(value: any): boolean; gt(): boolean; geq(): boolean; lt(): boolean; leq(): boolean; valueOf(): string; }