UNPKG

@schemeless/event-store-react-native

Version:

React Native compatible build of the [`@schemeless/event-store`](../event-store) runtime. It mirrors the Node.js implementation but swaps the internal queue implementation to [`react-native-better-queue`](https://github.com/YahyaASadiq/react-native-better

8 lines (7 loc) 201 B
import type { EventFlow } from '@schemeless/event-store-types'; interface Payload { key: string; positiveNumber: number; } export declare const NestedTwiceEvent: EventFlow<Payload>; export {};