remove node_modules and .gitignore them
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var isDate = require("./is-date");
|
||||
|
||||
module.exports = function (value) {
|
||||
if (!isDate(value)) throw new TypeError(value + " is not valid Date object");
|
||||
return value;
|
||||
};
|
||||
Reference in New Issue
Block a user