瀏覽代碼

Fixes #2820: Export create

Alexandru Dima 3 年之前
父節點
當前提交
87f976a786
共有 1 個文件被更改,包括 2 次插入0 次删除
  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';