aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vali-date/index.js
blob: 4986fcbf21107c57b98ebb61628ac0232a0f6932 (plain)
1
2
3
4
'use strict';
module.exports = function (str) {
	return !isNaN(Date.parse(str));
};