2 lines
98 B
TypeScript
2 lines
98 B
TypeScript
export const workerClient = new Worker(new URL('./worker', import.meta.url), { type: 'module' });
|