Skip to main content
Latest
enum NotificationKind
Deprecated
Deprecated

Use a string literal instead. NotificationKind will be replaced with a type alias in v8. It will not be replaced with a const enum as those are not compatible with isolated modules.

import { NotificationKind } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

Members

COMPLETE = "C"
ERROR = "E"
NEXT = "N"