diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/NotificationFactories.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm5/internal/NotificationFactories.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js b/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js deleted file mode 100644 index 6a3de7f..0000000 --- a/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js +++ /dev/null @@ -1,15 +0,0 @@ -export var COMPLETE_NOTIFICATION = (function () { return createNotification('C', undefined, undefined); })(); -export function errorNotification(error) { - return createNotification('E', undefined, error); -} -export function nextNotification(value) { - return createNotification('N', value, undefined); -} -export function createNotification(kind, value, error) { - return { - kind: kind, - value: value, - error: error, - }; -} -//# sourceMappingURL=NotificationFactories.js.map
\ No newline at end of file |
