@date-io/core
Advanced tools
Comparing version 2.10.11 to 2.11.0
@@ -81,2 +81,4 @@ export interface DateIOFormats<TLibFormatToken = string> { | ||
toJsDate(value: TDate): Date; | ||
parseISO(isString: string): TDate; | ||
toISO(value: TDate): string; | ||
parse(value: string, format: string): TDate | null; | ||
@@ -83,0 +85,0 @@ |
{ | ||
"name": "@date-io/core", | ||
"version": "2.10.11", | ||
"version": "2.11.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "8e4af1bfc24249273484070d5dac479258ea2416" | ||
"gitHead": "383185d28e3e2636b2796bb198de50ea8891a2b9" | ||
} |
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
8981
163