Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/esm/internal/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/esm/internal/NotificationFactories.js

export const COMPLETE_NOTIFICATION = (() => 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,
        value,
        error,
    };
}
//# sourceMappingURL=NotificationFactories.js.map