um-react/src/decrypt-worker/client.ts

2 lines
98 B
TypeScript
Raw Normal View History

2023-05-08 15:23:46 +00:00
export const workerClient = new Worker(new URL('./worker', import.meta.url), { type: 'module' });