std
    Preparing search index...

    Type Alias TruncateOptions

    type TruncateOptions = {
        ending: string;
        reverse: boolean;
    }
    Index

    Properties

    Properties

    ending: string

    A string appended to the end (forward) or beginning (reverse)

    reverse: boolean

    Reverses the truncate direction