index.js.flow 136 B

1234
  1. // @flow strict
  2. export { subscribe, createSourceEventStream } from './subscribe';
  3. export type { SubscriptionArgs } from './subscribe';