PHP 7.4.33
Preview: index.js Size: 509 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/which-collection/index.js
'use strict';

var isMap = require('is-map');
var isSet = require('is-set');
var isWeakMap = require('is-weakmap');
var isWeakSet = require('is-weakset');

/** @type {import('.')} */
module.exports = function whichCollection(/** @type {unknown} */ value) {
	if (value && typeof value === 'object') {
		if (isMap(value)) {
			return 'Map';
		}
		if (isSet(value)) {
			return 'Set';
		}
		if (isWeakMap(value)) {
			return 'WeakMap';
		}
		if (isWeakSet(value)) {
			return 'WeakSet';
		}
	}
	return false;
};

Directory Contents

Dirs: 2 × Files: 9
Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-03-28 11:04:35
Edit Download
test DIR
- drwxr-xr-x 2025-03-28 11:04:35
Edit Download
43 B lrw-r--r-- 2025-03-28 11:04:35
Edit Download
216 B lrw-r--r-- 2025-03-28 11:04:35
Edit Download
6.80 KB lrw-r--r-- 2025-03-28 11:04:35
Edit Download
670 B lrw-r--r-- 2025-03-28 11:04:35
Edit Download
509 B lrw-r--r-- 2025-03-28 11:04:35
Edit Download
1.04 KB lrw-r--r-- 2025-03-28 11:04:35
Edit Download
2.26 KB lrw-r--r-- 2025-03-28 11:04:35
Edit Download
2.83 KB lrw-r--r-- 2025-03-28 11:04:35
Edit Download
3.53 KB lrw-r--r-- 2025-03-28 11:04:35
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).