1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

forgot to commit src/worker/loader.ts

This commit is contained in:
Steven Hugg
2021-07-20 13:19:32 -05:00
parent 0709c68e2c
commit 954490e1b6
+6
View File
@@ -0,0 +1,6 @@
var exports : any = {};
declare function importScripts(path:string);
importScripts("./workermain.js");