@nyaomaru/divider
    Preparing search index...

    Type Alias DividerOptions

    type DividerOptions = {
        exclude?: DividerExcludeMode;
        flatten?: boolean;
        trim?: boolean;
    }
    Index

    Properties

    Controls how empty or whitespace segments are handled

    flatten?: boolean

    If true, flattens nested arrays into a single array

    trim?: boolean

    If true, trims whitespace from each divided segment