• Subscribes to the given store with the update function provided and ignores the first automatic update. All future updates are dispatched to the update function.

    Parameters

    • store: Readable<any> | Writable<any>

      Store to subscribe to...

    • update: any

      function to receive future updates.

    Returns Unsubscriber

    Store unsubscribe function.