helpers.ts 104 B

12345
  1. import localForage from ".";
  2. export const clearFiles = async () => {
  3. await localForage.clear();
  4. };