tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.06k stars 90 forks source link

Boolean type in SubscriptionObserver interface #165

Open thepian opened 7 years ago

thepian commented 7 years ago

Should that not be the simple type “boolean” instead?

aluanhaddad commented 6 years ago

It depends on the language. If it is TypeScript, then yes Boolean is incorrect and should instead be boolean. I do not know what language if any is assumed however.