gameplate - v2.2.0
    Preparing search index...

    Type Alias Unsubscribe

    Unsubscribe: () => void

    A cleanup function returned by any subscribe / on* method.

    Calling it removes the listener. Idempotent — calling twice is a no-op.

    Type Declaration

      • (): void
      • Returns void