big-white-calendar
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -10,3 +10,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
export var dateToCorrectFormat = function dateToCorrectFormat(time) { | ||
if (typeof time === 'number' || time.match(/[a-z]/ig)) { | ||
if (!time) { | ||
return ''; | ||
} | ||
if (typeof time === 'number' || time.match(/[a-z]/gi)) { | ||
return time; | ||
@@ -13,0 +17,0 @@ } |
{ | ||
"name": "big-white-calendar", | ||
"description": "big-white-calendar", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
55960
693