PHP 7.4.33
Preview: index.js Size: 674 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/is-date-object/index.js
'use strict';

var callBound = require('call-bound');

var getDay = callBound('Date.prototype.getDay');
/** @type {import('.')} */
var tryDateObject = function tryDateGetDayCall(value) {
	try {
		getDay(value);
		return true;
	} catch (e) {
		return false;
	}
};

/** @type {(value: unknown) => string} */
var toStr = callBound('Object.prototype.toString');
var dateClass = '[object Date]';
var hasToStringTag = require('has-tostringtag/shams')();

/** @type {import('.')} */
module.exports = function isDateObject(value) {
	if (typeof value !== 'object' || value === null) {
		return false;
	}
	return hasToStringTag ? tryDateObject(value) : toStr(value) === dateClass;
};

Directory Contents

Dirs: 2 × Files: 10
Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-03-28 11:04:34
Edit Download
test DIR
- drwxr-xr-x 2025-03-28 11:04:34
Edit Download
286 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
89 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
159 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
15.00 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
86 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
674 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1.06 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
2.48 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1.92 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
72 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).