@types/handlebars
Advanced tools
Comparing version 4.0.32 to 4.0.33
@@ -18,2 +18,3 @@ // Type definitions for Handlebars v4.0.5 | ||
export function createFrame(object: any): any; | ||
export function blockParams(obj: any[], ids: any[]): any[]; | ||
export function Exception(message: string): void; | ||
@@ -146,3 +147,4 @@ export function log(level: number, obj: any): void; | ||
function escapeExpression(str: string): string; | ||
function createFrame(obj: Object): Object; | ||
function createFrame(object: any): any; | ||
function blockParams(obj: any[], ids: any[]): any[]; | ||
function isEmpty(obj: any) : boolean; | ||
@@ -149,0 +151,0 @@ function extend(obj: any, ...source: any[]): any; |
{ | ||
"name": "@types/handlebars", | ||
"version": "4.0.32", | ||
"version": "4.0.33", | ||
"description": "TypeScript definitions for Handlebars", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "acb29e806e6b4bd283e8ac6d34f2a437d48ef822884b4b009302f8a6df48b281", | ||
"typesPublisherContentHash": "c3a58054ab5c93748812eab8f9ac0bba52c6277dfe00e34668ee4a574ac7e114", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/handlebars | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/handlebars | ||
Additional Details | ||
* Last updated: Fri, 10 Mar 2017 07:28:34 GMT | ||
* Last updated: Fri, 02 Jun 2017 13:45:12 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Handlebars, hbs |
12111
4
254