handlebars-helpers-v2
Version:
Essential Handlebars helpers in TypeScript. A modernized collection of 8 core helper categories with TypeScript support and ESM compatibility.
15 lines • 806 B
TypeScript
export declare const get: any;
export declare const createFrame: any;
export declare const sortBy: any;
export declare const forIn: any;
export declare function isNumber(value: any): boolean;
export declare function isEven(value: any): boolean;
export declare function falsey(value: any, keywords?: string[]): boolean;
export declare function contains(val: any, obj: any, start?: number): boolean;
export declare function chop(str: string): string;
export declare function changecase(str: string, fn?: Function): string;
export declare function identity(value: any): any;
export declare function random(min: number, max: number): number;
export declare function forEach(array: any[], options: any): string;
export declare function forOwn(obj: any, options: any): string;
//# sourceMappingURL=utils.d.ts.map