ixfx
    Preparing search index...

    Function holepunch

    • Punches a hole in sortedEvents which overlap hole. It does this by splitting/trimming events, or removing an event entirely it is fully covered by the hole.

      This will never shift events in time.

      Type Parameters

      • T extends Readonly<{ end: number; start: number }>

      Parameters

      Returns T[]