UNPKG

356 BTypeScriptView Raw
1import { identify } from '../../util/underscore';
2import { FilterImpl } from '../../template/filter/filter-impl';
3export declare function Default<T1 extends boolean, T2>(this: FilterImpl, value: T1, defaultValue: T2, ...args: Array<[string, any]>): T1 | T2;
4export declare function json(value: any): string;
5export declare const raw: typeof identify;