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