diff --git a/javascript/src/index.ts b/javascript/src/index.ts index 1faa6d84..824c7955 100644 --- a/javascript/src/index.ts +++ b/javascript/src/index.ts @@ -15,3 +15,4 @@ */ export * from './parser.js'; +export {HTMLProcessor} from './html_processor.js';