Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
ast-types /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
def
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
gen
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
lib
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
node_modules
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
LICENSE
1.05
KB
-rw-r--r--
2025-04-08 13:05
README.md
16.43
KB
-rw-r--r--
2025-04-08 13:05
fork.d.ts
1.96
KB
-rw-r--r--
2025-04-08 13:05
fork.js
1.77
KB
-rw-r--r--
2025-04-08 13:05
main.d.ts
1.87
KB
-rw-r--r--
2025-04-08 13:05
main.js
3.01
KB
-rw-r--r--
2025-04-08 13:05
package.json
1.58
KB
-rw-r--r--
2025-04-08 13:05
tsconfig.json
427
B
-rw-r--r--
2025-04-08 13:05
types.d.ts
220
B
-rw-r--r--
2025-04-08 13:05
types.js
77
B
-rw-r--r--
2025-04-08 13:05
Save
Rename
import { Def, Plugin } from "./types"; export default function (defs: Def[]): { Type: { or(...types: any[]): import("./lib/types").Type<any>; from<T>(value: any, name?: string | undefined): import("./lib/types").Type<T>; def(typeName: string): import("./lib/types").Def<any>; hasDef(typeName: string): boolean; }; builtInTypes: { string: import("./lib/types").Type<string>; function: import("./lib/types").Type<Function>; array: import("./lib/types").Type<any[]>; object: import("./lib/types").Type<{ [key: string]: any; }>; RegExp: import("./lib/types").Type<RegExp>; Date: import("./lib/types").Type<Date>; number: import("./lib/types").Type<number>; boolean: import("./lib/types").Type<boolean>; null: import("./lib/types").Type<null>; undefined: import("./lib/types").Type<undefined>; }; namedTypes: import("./gen/namedTypes").NamedTypes; builders: import("./gen/builders").builders; defineMethod: (name: any, func?: Function | undefined) => Function; getFieldNames: (object: any) => string[]; getFieldValue: (object: any, fieldName: any) => any; eachField: (object: any, callback: (name: any, value: any) => any, context?: any) => void; someField: (object: any, callback: (name: any, value: any) => any, context?: any) => boolean; getSupertypeNames: (typeName: string) => string[]; getBuilderName: (typeName: any) => any; astNodesAreEquivalent: { (a: any, b: any, problemPath?: any): boolean; assert(a: any, b: any): void; }; finalize: () => void; Path: import("./lib/path").PathConstructor; NodePath: import("./lib/node-path").NodePathConstructor; PathVisitor: import("./lib/path-visitor").PathVisitorConstructor; use: <T_1>(plugin: Plugin<T_1>) => T_1; visit: <M = {}>(node: import("./lib/types").ASTNode, methods?: import("./main").Visitor<M> | undefined) => any; };