UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

4 lines (3 loc) 215 B
export declare function defineRwState<T>(key: string, initializer: () => T): T; export declare function getRwState<T>(key: string): T | undefined; export declare function setRwState<T>(key: string, value: T): void;