frontend/.pnpm-store/v3/files/cf/1d3b0ac0bef4b786a8adabaef3982fa469962d277fd3f8dc2c56191a135cb5acab84934864141fa2fb0d7e2ffd09f7bbed4bc4613d19cb6d0ba93c0c8bd949

10 lines
262 B
Plaintext

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