UNPKG

react-cache-refresh

Version:

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

7 lines (6 loc) 257 B
// Main entry point for react-cache-refresh package export { CacheBuster } from "./cache-buster"; export { clearAllCaches } from "./utils"; // For backward compatibility, also export as named exports export * from "./cache-buster"; export * from "./utils";