diff --git a/ts/index.ts b/ts/index.ts index 80c7886..4f41b29 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -9,6 +9,7 @@ early.stop(); // lets make this usable programmatically export * from './tsbundle.class.tsbundle'; +export * from './tsbundle.htmlhandler'; export { runCli };