mirror of
https://git.um-react.app/um/web.git
synced 2025-12-13 02:33:01 +00:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import { expose } from 'threads/worker';
|
|
import { Decrypt } from '@/decrypt';
|
|
|
|
expose(Decrypt);
|