352fb85
1
2
3
4
5
6
7
declare module "web-worker:*" { const WorkerConstructor: { new (): Worker; }; export default WorkerConstructor; }