Skip to content

Commit

Permalink
fix: export MemoryHandler (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jan 25, 2022
1 parent d1926fe commit 3a83a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import PageImporterParams from './importer/PageImporterParams.js';
import PageImporterResource from './importer/PageImporterResource.js';

import FSHandler from './storage/FSHandler.js';
import MemoryHandler from './storage/MemoryHandler.js';

import Blocks from './utils/Blocks.js';
import CSV from './utils/CSV.js';
Expand All @@ -36,6 +37,7 @@ export {
PageImporterParams,
PageImporterResource,
FSHandler,
MemoryHandler,
Blocks,
CSV,
DOMUtils,
Expand Down

0 comments on commit 3a83a16

Please sign in to comment.