Urara-Blog/node_modules/.pnpm-store/v3/files/1e/c24e5ef6944d6ceb0bcc7b5c3e80239d67dd5227b12bc845c737afbf0324f797d5c7df7221ad295787481b76086317bb86b502a85195d9a2d3349637a54335
2022-08-14 01:14:53 +08:00

9 lines
267 B
Text

'use strict';
var $DateGetTime = require('call-bind/callBound')('Date.prototype.getTime');
// https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-date-prototype-object
module.exports = function thisTimeValue(value) {
return $DateGetTime(value);
};