Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
schema-utils /
declarations /
Delete
Unzip
Name
Size
Permission
Date
Action
keywords
[ DIR ]
drwxr-xr-x
2024-07-10 10:55
util
[ DIR ]
drwxr-xr-x
2024-07-10 10:55
ValidationError.d.ts
2.21
KB
-rw-r--r--
2023-12-15 20:15
index.d.ts
312
B
-rw-r--r--
2023-12-15 20:15
validate.d.ts
1.4
KB
-rw-r--r--
2023-12-15 20:15
Save
Rename
export type JSONSchema4 = import("json-schema").JSONSchema4; export type JSONSchema6 = import("json-schema").JSONSchema6; export type JSONSchema7 = import("json-schema").JSONSchema7; export type ErrorObject = import("ajv").ErrorObject; export type Extend = { formatMinimum?: string | undefined; formatMaximum?: string | undefined; formatExclusiveMinimum?: string | undefined; formatExclusiveMaximum?: string | undefined; link?: string | undefined; undefinedAsNull?: boolean | undefined; }; export type Schema = (JSONSchema4 | JSONSchema6 | JSONSchema7) & Extend; export type SchemaUtilErrorObject = ErrorObject & { children?: Array<ErrorObject>; }; export type PostFormatter = (formattedError: string, error: SchemaUtilErrorObject) => string; export type ValidationErrorConfiguration = { name?: string | undefined; baseDataPath?: string | undefined; postFormatter?: PostFormatter | undefined; }; /** * @param {Schema} schema * @param {Array<object> | object} options * @param {ValidationErrorConfiguration=} configuration * @returns {void} */ export function validate(schema: Schema, options: Array<object> | object, configuration?: ValidationErrorConfiguration | undefined): void; export function enableValidation(): void; export function disableValidation(): void; export function needValidate(): boolean; import ValidationError from "./ValidationError"; export { ValidationError };