@types/when
Advanced tools
Comparing version 2.4.35 to 2.4.36
@@ -12,3 +12,3 @@ // Type definitions for When 2.4.0 | ||
// Helper interfaces | ||
module _ { | ||
namespace _ { | ||
interface Fn0<T> { (): T } | ||
@@ -15,0 +15,0 @@ interface Fn1<A1, T> { (a1: A1): T } |
{ | ||
"name": "@types/when", | ||
"version": "2.4.35", | ||
"version": "2.4.36", | ||
"description": "TypeScript definitions for When", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0ef0d23b8e8073ace08b5ce3f8aff95d0a7d22c8ceeb31029dc21f9daf97a586", | ||
"typesPublisherContentHash": "2540e2c9a48a4a238af6c39eab57893331feb8915823cf44b34c1e63cacf678f", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 May 2023 20:34:58 GMT | ||
* Last updated: Fri, 25 Aug 2023 17:33:50 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `When` |
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
20435