REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 947 B
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/date-fns/nextSaturday/index.js
Text
Base64
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = nextSaturday; var _index = _interopRequireDefault(require("../nextDay/index.js")); var _index2 = _interopRequireDefault(require("../_lib/requiredArgs/index.js")); /** * @name nextSaturday * @category Weekday Helpers * @summary When is the next Saturday? * * @description * When is the next Saturday? * * @param {Date | number} date - the date to start counting from * @returns {Date} the next Saturday * @throws {TypeError} 1 argument required * * @example * // When is the next Saturday after Mar, 22, 2020? * const result = nextSaturday(new Date(2020, 2, 22)) * //=> Sat Mar 28 2020 00:00:00 */ function nextSaturday(date) { (0, _index2.default)(1, arguments); return (0, _index.default)(date, 6); } module.exports = exports.default;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
165 B
lrw-r--r--
2026-02-28 00:36:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
947 B
lrw-r--r--
2026-02-28 00:34:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js.flow
1.36 KB
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
102 B
lrw-r--r--
2026-02-28 00:36:08
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).