handlebars-helpers-v2
Version:
Essential Handlebars helpers in TypeScript. A modernized collection of 8 core helper categories with TypeScript support and ESM compatibility.
19 lines • 772 B
TypeScript
/*!
* handlebars-helpers <https://github.com/helpers/handlebars-helpers>
*
* Copyright (c) 2013-2017, Jon Schlinkert, Brian Woodward.
* Released under the MIT License.
*/
export declare const array: Record<string, Function>;
export declare const collection: Record<string, Function>;
export declare const comparison: Record<string, Function>;
export declare const date: Record<string, Function>;
export declare const math: Record<string, Function>;
export declare const number: Record<string, Function>;
export declare const string: Record<string, Function>;
export declare const url: Record<string, Function>;
declare function handlebarsHelpers(names?: string[] | {
handlebars?: any;
}): any;
export default handlebarsHelpers;
//# sourceMappingURL=index.d.ts.map