UNPKG

386 BTypeScriptView Raw
1import { identify } from '../util/underscore';
2import { FilterImpl } from '../template';
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, space?: number): string;
5export declare const raw: {
6 raw: boolean;
7 handler: typeof identify;
8};