@types/pikaday
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -293,2 +293,8 @@ // Type definitions for pikaday 1.6 | ||
/** | ||
* Function which will be used for formatting date object to string. | ||
* This function will take precedence over moment. | ||
*/ | ||
toString?(date: Date, format?: string): string; | ||
/** | ||
* Function which will be used for parsing input string and getting a date object from it. | ||
@@ -295,0 +301,0 @@ * This function will take precedence over moment. |
{ | ||
"name": "@types/pikaday", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "TypeScript definitions for pikaday", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "cbbc66a450c1ef0a808c88de62ab7c4f240f3b7da62fdb445a2fd6b1be3ffd25", | ||
"typesPublisherContentHash": "12d714f102bc14565926256931897cccccf8c00c1003981594351aa8d4f9cf1f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 19 Sep 2018 22:33:26 GMT | ||
* Last updated: Mon, 24 Sep 2018 20:42:10 GMT | ||
* Dependencies: moment | ||
@@ -14,0 +14,0 @@ * Global values: Pikaday |
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
11760
265