2021-02-21 20:08:20 +01:00

4 lines
69 B
JavaScript

const worker = new Worker(module {
export const foo = "foo";
});