@nyaomaru/divider
    Preparing search index...

    Interface DividerOptions

    interface DividerOptions {
        exclude?: DividerExcludeMode;
        flatten?: boolean;
        trim?: boolean;
    }

    Hierarchy (View Summary)

    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