This repository has been archived on 2025-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web/src/utils/worker.ts
Emmm Monster 759c1bd87e fixes
2021-05-24 23:48:52 +08:00

5 lines
110 B
TypeScript

import {expose} from "threads/worker";
import {CommonDecrypt} from "@/decrypt/common";
expose(CommonDecrypt)