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