2023-11-09 18:47:11 +01:00

4 lines
135 B
Plaintext

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