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