REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 504 B
Close
/home/byroehnu/easepaybiz.easetack.com/node_modules/unicode-match-property-value-ecmascript/index.js
Text
Base64
'use strict'; const propertyToValueAliases = require('./data/mappings.js'); const matchPropertyValue = function(property, value) { const aliasToValue = propertyToValueAliases.get(property); if (!aliasToValue) { throw new Error(`Unknown property \`${ property }\`.`); } const canonicalValue = aliasToValue.get(value); if (canonicalValue) { return canonicalValue; } throw new Error( `Unknown value \`${ value }\` for property \`${ property }\`.` ); }; module.exports = matchPropertyValue;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
data
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
504 B
lrwxr-xr-x
2026-03-05 00:19:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE-MIT.txt
1.05 KB
lrw-r--r--
2026-03-05 00:19:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.10 KB
lrw-r--r--
2026-03-05 00:19:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
2.63 KB
lrw-r--r--
2026-03-05 00:19:57
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).