@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
9 lines (8 loc) • 332 B
TypeScript
export declare const logger: {
fatal: (str: string, ...args: any[]) => void;
error: (str: string, ...args: any[]) => void;
warn: (str: string, ...args: any[]) => void;
info: (str: string, ...args: any[]) => void;
debug: (str: string, ...args: any[]) => void;
trace: (str: string, ...args: any[]) => void;
};