UNPKG

react-cache-refresh

Version:

A simple modern utility to clear cache and reload the application.

5 lines (4 loc) 101 B
/** * Clear all caches in the browser */ export declare const clearAllCaches: () => Promise<void>;