1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-20 08:29:30 +00:00
8bitworkshop/src/worker/loader.ts

7 lines
106 B
TypeScript
Raw Normal View History

2021-07-20 18:19:32 +00:00
var exports : any = {};
declare function importScripts(path:string);
importScripts("./workermain.js");