@nyaomaru/divider
    Preparing search index...

    Interface DividerLoopOptions

    interface DividerLoopOptions {
        exclude?: DividerExcludeMode;
        flatten?: boolean;
        maxChunks?: number;
        startOffset?: number;
        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

    maxChunks?: number

    Maximum number of chunks to produce

    startOffset?: number

    Starting position for the division (0-based)

    trim?: boolean

    If true, trims whitespace from each divided segment