UNPKG

527 BSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import { TestScheduler } from 'rxjs/testing';\n\n/**\n * Exported return type of TestMessage[] to avoid importing internal APIs.\n */\nexport type TestMessages = ReturnType<typeof TestScheduler.parseMarbles>;\n\n/**\n * Exported return type of SubscriptionLog to avoid importing internal APIs.\n */\nexport type SubscriptionLogs = ReturnType<\n typeof TestScheduler.parseMarblesAsSubscriptions\n>;\n"]}
\No newline at end of file