astro-ghostcms/.pnpm-store/v3/files/cf/1d3b0ac0bef4b786a8adabaef39...

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);
};