mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
|
// @flow strict
|
||
|
export { subscribe, createSourceEventStream } from './subscribe';
|
||
|
export type { SubscriptionArgs } from './subscribe';
|