Unsubscribable: { unsubscribe(): void }

Type declaration

  • unsubscribe:function
    • Returns void

The TC39 observable proposal defines a closed property, but some implementations (such as xstream) do not as of 10/08/2021. As well, some guidance on making an Observable to not include closed property.