UNPKG

opfs-mock

Version:

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

9 lines 256 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 };