@types/luxon
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -91,2 +91,3 @@ // Type definitions for luxon 0.2 | ||
): DateTime; | ||
static fromSQL(text: string, options?: DateTimeOptions): DateTime; | ||
static fromString( | ||
@@ -184,2 +185,5 @@ text: string, | ||
toRFC2822(): string; | ||
toSQL(options?: Object): string; | ||
toSQLDate(): string; | ||
toSQLTime(options?: Object): string; | ||
toString(): string; | ||
@@ -186,0 +190,0 @@ toUTC(offset?: number, options?: ZoneOptions): DateTime; |
{ | ||
"name": "@types/luxon", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fe225bc8a3fdbc1e32862aef9688db95da9838ef0bc32940bd31afb8c274e6b4", | ||
"typesPublisherContentHash": "dd460db326793ebf6c2c6fa9c9b4935c7e7d87a1e442ac0a704f8c6127679e8e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 21 Dec 2017 23:28:36 GMT | ||
* Last updated: Tue, 02 Jan 2018 20:55:45 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
15534
347