__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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 '../../';

export interface HardwrapOptions {
    column?: number | undefined;
    paragraphStart?: RegExp | undefined;
    paragraphEnd?: RegExp | undefined;
    wrapOn?: RegExp | undefined;
    killTrailingSpace?: boolean | undefined;
    forceBreak?: boolean | undefined;
}

declare module '../../' {
    interface CommandActions {
        wrapLines(cm: Editor): void;
    }

    interface Editor {
        /** Wraps the paragraph at the given position. If pos is not given, it defaults to the cursor position. */
        wrapParagraph(pos?: Position, options?: HardwrapOptions): void;
        /** Wraps the given range as one big paragraph. */
        wrapRange(from: Position, to: Position, options?: HardwrapOptions): void;
        /** Wraps the paragraphs in (and overlapping with) the given range individually. */
        wrapParagraphsInRange(from: Position, to: Position, options?: HardwrapOptions): void;
    }
}

Filemanager

Name Type Size Permission Actions
hardwrap.d.ts File 931 B 0644
Filemanager