@types/luxon
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@types/luxon", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -73,4 +73,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a0e87243f7289924b3a2e57472499f426df5c14f2ea0e4e8fb634458acfe23f2", | ||
"typesPublisherContentHash": "a499829920c30a810c5379b15b1c2592bd0f13d63884f44302028bd00b6c3a25", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 29 Aug 2021 20:01:26 GMT | ||
* Last updated: Sun, 05 Sep 2021 16:31:23 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `luxon` |
@@ -552,3 +552,3 @@ import { | ||
*/ | ||
static isDateTime(o: object): o is DateTime; | ||
static isDateTime(o: unknown): o is DateTime; | ||
@@ -555,0 +555,0 @@ // INFO |
@@ -167,3 +167,3 @@ import { NumberingSystem } from './misc'; | ||
*/ | ||
static isDuration(o: object): o is Duration; | ||
static isDuration(o: unknown): o is Duration; | ||
@@ -170,0 +170,0 @@ /** |
@@ -75,3 +75,3 @@ import { DateTime, DateObjectUnits, DateTimeOptions, DiffOptions, ToISOTimeOptions } from './datetime'; | ||
*/ | ||
static isInterval(o: object): o is Interval; | ||
static isInterval(o: unknown): o is Interval; | ||
@@ -78,0 +78,0 @@ /** |
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
108842