UNPKG

template-transformer

Version:
11 lines (10 loc) 306 B
export declare function getTransformer(template: any, options?: { dropValues?: any[]; cb?: () => any; }): ($: any, $1: any) => any; export declare function transform(template: any, { dropValues, $1, $, cb, }: { dropValues?: any[]; $1?: any; $: any; cb?: (key: any) => any; }): any;