mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-13 05:23:13 +00:00
* chore: add waku/react package * fix check * remove not needed logic from waku/react package * make it compatible with expo/next * add to release please * remove tests
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
export type { CreateNodeOptions } from "./types.js";
|
|
export { WakuProvider, useWaku } from "./WakuProvider.js";
|