@types/luxon
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -148,2 +148,3 @@ // Type definitions for luxon 1.10 | ||
): DateTime; | ||
static fromSeconds(seconds: number, options?: DateTimeOptions): DateTime; | ||
static fromSQL(text: string, options?: DateTimeOptions): DateTime; | ||
@@ -267,2 +268,3 @@ static fromFormat( | ||
toRFC2822(): string; | ||
toSeconds(): number; | ||
toSQL(options?: ToSQLOptions): string; | ||
@@ -269,0 +271,0 @@ toSQLDate(): string; |
{ | ||
"name": "@types/luxon", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "353a5b4034d1828e03074200cbc7019d65decdaf534cbf6c38f4f4f7d99947fe", | ||
"typesPublisherContentHash": "67db6c41d58155df1abf60e4ce8a913a187d3635e67ddab93338e648a35e523b", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 22 Jan 2019 17:59:03 GMT | ||
* Last updated: Tue, 22 Jan 2019 18:30:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
20975
435