📄 timeValue.js
/home/palash/git/site/node_modules/es-abstract/helpers/timeValue.js
Language: js • Lines: 7
'use strict';

var $DateGetTime = require('call-bound')('Date.prototype.getTime');

module.exports = function timeValue(x) {
	return $DateGetTime(x);
};