@types/chai-as-promised
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -231,8 +231,4 @@ // Type definitions for chai-as-promised 7.1.0 | ||
(): PromisedAssertion; | ||
(expected: string, message?: string): PromisedAssertion; | ||
(expected: RegExp, message?: string): PromisedAssertion; | ||
(constructor: Error, expected?: string, message?: string): PromisedAssertion; | ||
(constructor: Error, expected?: RegExp, message?: string): PromisedAssertion; | ||
(constructor: Function, expected?: string, message?: string): PromisedAssertion; | ||
(constructor: Function, expected?: RegExp, message?: string): PromisedAssertion; | ||
(expected: string | RegExp, message?: string): PromisedAssertion; | ||
(constructor: Error | Function, expected?: string | RegExp, message?: string): PromisedAssertion; | ||
} | ||
@@ -239,0 +235,0 @@ |
{ | ||
"name": "@types/chai-as-promised", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "TypeScript definitions for chai-as-promised", | ||
@@ -34,5 +34,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chai-as-promised" | ||
}, | ||
@@ -43,4 +45,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d29a72ad48a73b0f1500546d3c66dbffe154ceb5c8fc0509a063ac39e6f41fd4", | ||
"typesPublisherContentHash": "380212f7fb61f5f163eb1e14ebace36696fcb3782185e04bf2e416607839215f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised | ||
Additional Details | ||
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT | ||
* Dependencies: chai | ||
* Last updated: Thu, 01 Aug 2019 19:43:21 GMT | ||
* Dependencies: @types/chai | ||
* Global values: none | ||
# Credits | ||
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>, Mike Lazer-Walker <https://github.com/lazerwalker>, Matt Bishop <https://github.com/mattbishop>. | ||
These definitions were written by jt000 <https://github.com/jt000>, Yuki Kokubun <https://github.com/Kuniwak>, Leonard Thieu <https://github.com/leonard-thieu>, Mike Lazer-Walker <https://github.com/lazerwalker>, and Matt Bishop <https://github.com/mattbishop>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20370
339