wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/88700329432b64a184f34ed17ac1049dd6b0a807515821145d34b9f4c1cda0f4.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":[]}