mirror of
https://github.com/ente-io/ente.git
synced 2025-06-15 12:57:31 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import localForage from ".";
|
|
|
|
export const clearFiles = async () => {
|
|
await localForage.clear();
|
|
};
|