404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.191.44.70: ~ $
/**
 * ANSI escape codes (WIP)
 *
 * @see https://en.wikipedia.org/wiki/ANSI_escape_code
 */
export declare class EscapeCode {
    static readonly cursorLeft: () => string;
    static readonly cursorUp: (count?: number) => string;
    static readonly cursorDown: (count?: number) => string;
    static readonly cursorForward: (count?: number) => string;
    static readonly cursorBackward: (count?: number) => string;
    static readonly cursorHide: () => string;
    static readonly cursorShow: () => string;
    static readonly eraseLine: () => string;
    static readonly eraseLines: (count: number) => string;
    static readonly eraseUp: () => string;
    static readonly eraseDown: () => string;
    static readonly eraseScreen: () => string;
}

Filemanager

Name Type Size Permission Actions
ansi.d.ts File 751 B 0644
ansi.js File 1.05 KB 0644
cursor.d.ts File 248 B 0644
cursor.js File 1002 B 0644
format.d.ts File 1.56 KB 0644
format.js File 4.73 KB 0644
index.d.ts File 100 B 0644
index.js File 315 B 0644
info.d.ts File 752 B 0644
info.js File 1.64 KB 0644