UNPKG

react-shared-states

Version:

Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.

4 lines (3 loc) 173 B
export declare const log: (...args: any[]) => void; export declare const ensureNonEmptyString: <X extends string>(value: X) => X; export declare const random: () => string;