Fixes #2820: Export create

pull/2828/head
Alexandru Dima 3 years ago
parent 888883e33e
commit 87f976a786
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

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

Loading…
Cancel
Save