mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
const worker = new Worker(new URL('./script.ts', import.meta.url), {
|
|
type: 'module',
|
|
});
|
|
|
|
export { worker };
|