mwbot-ts - v1.2.7
    Preparing search index...

    Interface StringTrimmed

    The return type of trimByteLength and trimCodePointLength.

    interface StringTrimmed {
        newVal: string;
        trimmed: boolean;
    }
    Index

    Properties

    Properties

    newVal: string

    A trimmed version of the string.

    trimmed: boolean

    Whether the string is different from the original version.