@nyaomaru/divider
    Preparing search index...

    Type Alias DividerSegmentOptions

    DividerSegmentOptions: Omit<DividerOptions, "flatten">

    Shared options accepted by single-segment divider helpers.

    WHY: dividerFirst and dividerLast always flatten before selecting a segment, so exposing flatten would suggest a behavior callers cannot meaningfully control.