UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

8 lines (6 loc) 215 B
var NotificationKind; (function(NotificationKind) { NotificationKind["NEXT"] = "N"; NotificationKind["ERROR"] = "E"; NotificationKind["COMPLETE"] = "C"; })(NotificationKind || (NotificationKind = {}));