更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
if (Date.now && !false) {
|
||||
exports = Date.now;
|
||||
} else {
|
||||
exports = function() {
|
||||
return new Date().getTime();
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user