1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-04 11:29:28 +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
src/worker/loader.ts Normal file
View File

@ -0,0 +1,6 @@
var exports : any = {};
declare function importScripts(path:string);
importScripts("./workermain.js");