Merge pull request #2828 from microsoft/alex/issue-2820

Fixes #2820: Export create
pull/2832/head
Alexandru Dima 3 years ago committed by GitHub
commit 94de72c4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save