mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-05 11:38:59 +08:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import {expose} from "threads/worker";
|
|
import {CommonDecrypt} from "@/decrypt/common";
|
|
|
|
expose(CommonDecrypt)
|