DigitalData.UserManager/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/babel-webpack/9b4b5370ade01d973eb8fe9cc4801ef8c3e02ddbf662da360fcf906fd9bd95fd.json

1 line
551 B
JSON

{"ast":null,"code":"export const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined))();\nexport function errorNotification(error) {\n return createNotification('E', undefined, error);\n}\nexport function nextNotification(value) {\n return createNotification('N', value, undefined);\n}\nexport function createNotification(kind, value, error) {\n return {\n kind,\n value,\n error\n };\n}\n//# sourceMappingURL=NotificationFactories.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}