UNPKG

opfs-mock

Version:

Mock all origin private file system APIs for your Jest or Vitest tests

10 lines (9 loc) 257 B
//#region src/index.d.ts declare const storageFactory: ({ usage, quota }?: StorageEstimate) => StorageManager; declare const mockOPFS: () => void; declare const resetMockOPFS: () => void; //#endregion export { mockOPFS, resetMockOPFS, storageFactory };