frontend/.pnpm-store/v3/files/ff/25ae37b99a6b7146c65ca5b934ec365cda2d6fc114a580a72168f4e141f643ad3cb3c9cdcad949f590835e9c9f318b46693c01265a6ab03d2d4b57b98300e5

6 lines
125 B
Plaintext

"use strict";
var getTime = Date.prototype.getTime;
module.exports = function () { return new Date(getTime.call(this)); };