@types/sinon
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -237,6 +237,11 @@ // Type definitions for Sinon 4.3 | ||
interface SinonFakeTimersConfig { | ||
now: number | Date; | ||
toFake: string[]; | ||
shouldAdvanceTime: boolean; | ||
} | ||
interface SinonFakeTimersStatic { | ||
(): SinonFakeTimers; | ||
(...timers: string[]): SinonFakeTimers; | ||
(now: number, ...timers: string[]): SinonFakeTimers; | ||
(now?: number | Date): SinonFakeTimers; | ||
(config?: Partial<SinonFakeTimersConfig>): SinonFakeTimers; | ||
} | ||
@@ -243,0 +248,0 @@ |
{ | ||
"name": "@types/sinon", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "TypeScript definitions for Sinon", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b7ed13f77cb43e1c4b3b9779ce65e66adeabca420beedb00a1256d2e87b58909", | ||
"typesPublisherContentHash": "b67d8134cedc1738e4956a350bf61589807cfb97d3e393e3ee7c0c0682292942", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 28 Feb 2018 23:22:44 GMT | ||
* Last updated: Wed, 04 Apr 2018 20:48:53 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: sinon |
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
24671
525