UNPKG

es-abstract

Version:

ECMAScript spec abstract operations.

8 lines (5 loc) 153 B
'use strict'; var $DateGetTime = require('call-bound')('Date.prototype.getTime'); module.exports = function timeValue(x) { return $DateGetTime(x); };