REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 571 B
Close
/home/byroehnu/easepaybiz.easetack.com/node_modules/react-transition-group/esm/utils/SimpleSet.js
Text
Base64
var SimpleSet = /*#__PURE__*/function () { function SimpleSet() { this.v = []; } var _proto = SimpleSet.prototype; _proto.clear = function clear() { this.v.length = 0; }; _proto.has = function has(k) { return this.v.indexOf(k) !== -1; }; _proto.add = function add(k) { if (this.has(k)) return; this.v.push(k); }; _proto.delete = function _delete(k) { var idx = this.v.indexOf(k); if (idx === -1) return false; this.v.splice(idx, 1); return true; }; return SimpleSet; }(); export { SimpleSet as default };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:05
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ChildMapping.js
4.60 KB
lrw-r--r--
2026-03-05 00:19:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropTypes.js
682 B
lrw-r--r--
2026-03-05 00:19:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reflow.js
81 B
lrw-r--r--
2026-03-05 00:20:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SimpleSet.js
571 B
lrw-r--r--
2026-03-05 00:20:08
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).