REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 720 B
Close
/home/byroehnu/.trash/node_modules11/date-fns/_lib/isSameUTCWeek/index.js
Text
Base64
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isSameUTCWeek; var _index = _interopRequireDefault(require("../requiredArgs/index.js")); var _index2 = _interopRequireDefault(require("../startOfUTCWeek/index.js")); function isSameUTCWeek(dirtyDateLeft, dirtyDateRight, options) { (0, _index.default)(2, arguments); var dateLeftStartOfWeek = (0, _index2.default)(dirtyDateLeft, options); var dateRightStartOfWeek = (0, _index2.default)(dirtyDateRight, options); return dateLeftStartOfWeek.getTime() === dateRightStartOfWeek.getTime(); } module.exports = exports.default;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.js
720 B
lrw-r--r--
2026-02-28 00:32:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).