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