frontend/.pnpm-store/v3/files/2d/d4cdfced9c021344608df6bc0cc1d39d757d79ba52515926c25decf0d13aab479b9e652a63d5d6bc7d8a06d4e02b075839c71f065b16c759ca2e5d58eb031f

9 lines
138 B
Plaintext

"use strict";
var setHours = Date.prototype.setHours;
module.exports = function () {
setHours.call(this, 0, 0, 0, 0);
return this;
};