@types/chai-almost
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,3 @@ // Type definitions for chai-almost 1.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
@@ -33,3 +34,3 @@ /// <reference types="chai" /> | ||
declare function chaiAlmost(tolerance?: number): ((chai: any, utils: any) => void); | ||
declare function chaiAlmost(tolerance?: number): Chai.ChaiPlugin; | ||
export = chaiAlmost; |
{ | ||
"name": "@types/chai-almost", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for chai-almost", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chai-almost" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "cd7165d789d22bf987edc30988a6223f9fc746b4bdba203cfe9c028265e2df0f", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "98f9e04826e92b56808933cfa73cb7cee30c1e00f2a94f372cd2d39e718ac023", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 17 Dec 2018 23:26:10 GMT | ||
* Last updated: Thu, 08 Aug 2019 16:09:05 GMT | ||
* Dependencies: @types/chai | ||
@@ -14,0 +14,0 @@ * Global values: none |
3370
30