index.js.flow 136 Bytes
Newer Older
1 2 3 4
// @flow strict

export { subscribe, createSourceEventStream } from './subscribe';
export type { SubscriptionArgs } from './subscribe';