@types/chai-spies
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -78,3 +78,3 @@ // Type definitions for chai-spies 1.0.0 | ||
*/ | ||
on(object: Object, methodNames: string | string[], fn?: (parameters: any[]|any) => any): any; | ||
on(object: Object, methodNames: string | string[], fn?: (...parameters: any[]|any) => any): any; | ||
@@ -143,3 +143,3 @@ /** | ||
*/ | ||
on(object: Object, methodNames: string | string[], fn?: (parameters: any[]|any) => any): any; | ||
on(object: Object, methodNames: string | string[], fn?: (...parameters: any[]|any) => any): any; | ||
@@ -146,0 +146,0 @@ /** |
{ | ||
"name": "@types/chai-spies", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for chai-spies", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "5265aaa2bc5a29e26b1aa7ed9c08a33f9b7e58b31ad06eccb246d09be8a4b163", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "74f94c988e686363d842d53df2d00ed00ae0f9537c749d1de8e58f67faeaf29e", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 01 Sep 2020 13:12:48 GMT | ||
* Last updated: Thu, 03 Dec 2020 12:42:26 GMT | ||
* Dependencies: [@types/chai](https://npmjs.com/package/@types/chai) | ||
@@ -14,0 +14,0 @@ * Global values: `spies` |
21880