UNPKG

rwsdk

Version:

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

2 lines (1 loc) 98 B
export declare const memoizeOnId: <Result>(fn: (id: string) => Result) => (id: string) => Result;