web/src/utils/worker.ts

5 lines
96 B
TypeScript

import { expose } from 'threads/worker';
import { Decrypt } from '@/decrypt';
expose(Decrypt);