mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-03-14 06:54:38 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import { expose } from 'threads/worker';
|
|
import { CommonDecrypt } from '@/decrypt/common';
|
|
|
|
expose(CommonDecrypt);
|