This commit is contained in:
bcomnes
2021-01-04 16:00:20 +00:00
parent eb27830b09
commit fcce66f4d9
4 changed files with 14 additions and 4 deletions

2
dist/index.js vendored
View File

@@ -3900,7 +3900,7 @@ var y = d * 365.25;
* @api public
*/
module.exports = function(val, options) {
module.exports = function (val, options) {
options = options || {};
var type = typeof val;
if (type === 'string' && val.length > 0) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long