Plato on Github
Report Home
node_modules/es5-ext/date/#/copy.js
Maintainability
92.26
Lines of code
5
Difficulty
4.67
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
'use strict'; var getTime = Date.prototype.getTime; module.exports = function () { return new Date(getTime.call(this)); };