index.js.flow 135 B

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