Browse Source

Fixes #2820: Export create

Alexandru Dima 3 years ago
parent
commit
87f976a786
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/typescript/ts.worker.ts

+ 2 - 0
src/typescript/ts.worker.ts

@@ -13,3 +13,5 @@ self.onmessage = () => {
 		return create(ctx, createData);
 	});
 };
+
+export { create } from './tsWorker';