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 { ASTNode, Type, AnyType, Field } from "./lib/types"; import { NodePath } from "./lib/node-path"; import { namedTypes } from "./gen/namedTypes"; import { builders } from "./gen/builders"; import { Visitor } from "./gen/visitor"; declare const astNodesAreEquivalent: { (a: any, b: any, problemPath?: any): boolean; assert(a: any, b: any): void; }, builders: builders, builtInTypes: { string: Type<string>; function: Type<Function>; array: Type<any[]>; object: Type<{ [key: string]: any; }>; RegExp: Type<RegExp>; Date: Type<Date>; number: Type<number>; boolean: Type<boolean>; null: Type<null>; undefined: Type<undefined>; }, defineMethod: (name: any, func?: Function | undefined) => Function, eachField: (object: any, callback: (name: any, value: any) => any, context?: any) => void, finalize: () => void, getBuilderName: (typeName: any) => any, getFieldNames: (object: any) => string[], getFieldValue: (object: any, fieldName: any) => any, getSupertypeNames: (typeName: string) => string[], NodePath: import("./lib/node-path").NodePathConstructor, Path: import("./lib/path").PathConstructor, PathVisitor: import("./lib/path-visitor").PathVisitorConstructor, someField: (object: any, callback: (name: any, value: any) => any, context?: any) => boolean, Type: { or(...types: any[]): Type<any>; from<T>(value: any, name?: string | undefined): Type<T>; def(typeName: string): import("./lib/types").Def<any>; hasDef(typeName: string): boolean; }, use: <T>(plugin: import("./types").Plugin<T>) => T, visit: <M = {}>(node: ASTNode, methods?: Visitor<M> | undefined) => any; export { AnyType, ASTNode, astNodesAreEquivalent, builders, builtInTypes, defineMethod, eachField, Field, finalize, getBuilderName, getFieldNames, getFieldValue, getSupertypeNames, namedTypes, NodePath, Path, PathVisitor, someField, Type, use, visit, Visitor, };