Initial Save
This commit is contained in:
7
node_modules/es-abstract/helpers/timeValue.js
generated
vendored
Normal file
7
node_modules/es-abstract/helpers/timeValue.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var $DateGetTime = require('call-bound')('Date.prototype.getTime');
|
||||
|
||||
module.exports = function timeValue(x) {
|
||||
return $DateGetTime(x);
|
||||
};
|
||||
Reference in New Issue
Block a user