forked from enviPath/enviPy
Current Dev State
This commit is contained in:
4
static/js/ketcher2/node_modules/vali-date/index.js
generated
vendored
Normal file
4
static/js/ketcher2/node_modules/vali-date/index.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = function (str) {
|
||||
return !isNaN(Date.parse(str));
|
||||
};
|
||||
Reference in New Issue
Block a user