You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
390 B

{"ast":null,"code":"import { multicast } from './multicast';\nimport { refCount } from './refCount';\nimport { Subject } from '../Subject';\n\nfunction shareSubjectFactory() {\n return new Subject();\n}\n\nexport function share() {\n return source => refCount()(multicast(shareSubjectFactory)(source));\n} //# sourceMappingURL=share.js.map","map":null,"metadata":{},"sourceType":"module"}