@date-io/core
Advanced tools
Comparing version 2.11.0 to 2.13.1
@@ -69,3 +69,5 @@ export interface DateIOFormats<TLibFormatToken = string> { | ||
export interface IUtils<TDate> { | ||
export interface ExtendableDateType {} | ||
export interface IUtils<TDate extends ExtendableDateType> { | ||
formats: DateIOFormats<any>; | ||
@@ -72,0 +74,0 @@ locale?: any; |
{ | ||
"name": "@date-io/core", | ||
"version": "2.11.0", | ||
"version": "2.13.1", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "383185d28e3e2636b2796bb198de50ea8891a2b9" | ||
"gitHead": "687eba751bd706e7d704a39a7caa3e0afbfa40aa" | ||
} |
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
164
7974
4