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