REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.10 KB
Close
/opt/alt/alt-nodejs24/root/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js
Text
Base64
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDefined = isDefined; exports.isObject = isObject; exports.isStringArray = isStringArray; exports.isObjectArray = isObjectArray; exports.isStringRecord = isStringRecord; exports.isObjectRecord = isObjectRecord; function isDefined(val) { return val !== undefined; } function isObject(value) { return typeof value === 'object' && value !== null; } function isStringArray(value) { return Array.isArray(value) && value.every((v) => typeof v === 'string'); } function isObjectArray(value) { return Array.isArray(value) && value.every(isObject); } function isStringRecord(value) { return (typeof value === 'object' && value !== null && Object.keys(value).every((k) => typeof k === 'string') && Object.values(value).every((v) => typeof v === 'string')); } function isObjectRecord(value) { return (typeof value === 'object' && value !== null && Object.keys(value).every((k) => typeof k === 'string') && Object.values(value).every((v) => typeof v === 'object' && v !== null)); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
guard.js
1.10 KB
lrw-r--r--
2026-03-17 12:21:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
1.54 KB
lrw-r--r--
2026-03-17 12:21:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
key.js
4.75 KB
lrw-r--r--
2026-03-17 12:21:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
oid.js
857 B
lrw-r--r--
2026-03-17 12:21:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
types.js
77 B
lrw-r--r--
2026-03-17 12:21:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
verify.js
667 B
lrw-r--r--
2026-03-17 12:21:21
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).