wallet-core/node_modules/es5-ext/date/#/copy.js

8 lines
126 B
JavaScript
Raw Normal View History

2017-08-14 05:01:11 +02:00
"use strict";
var getTime = Date.prototype.getTime;
module.exports = function () {
return new Date(getTime.call(this));
};