mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
3 lines
135 B
Text
3 lines
135 B
Text
// @flow strict
|
|
export { subscribe, createSourceEventStream } from './subscribe';
|
|
export type { SubscriptionArgs } from './subscribe';
|