UNPKG

brazejs

Version:

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

3 lines (2 loc) 141 B
import { FilterImpl } from './filter-impl'; export declare type FilterImplOptions = (this: FilterImpl, value: any, ...args: any[]) => any;