mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-03-14 23:14:40 +08:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
![]() |
import {expose} from "threads/worker";
|
||
|
import {CommonDecrypt} from "@/decrypt/common";
|
||
|
|
||
|
expose(CommonDecrypt)
|