UNPKG

@dodona/papyros

Version:

Scratchpad for multiple programming languages in the browser.

5 lines 176 B
import * as Comlink from "comlink"; import { PythonWorker } from "./PythonWorker"; const worker = new PythonWorker(); Comlink.expose(worker); //# sourceMappingURL=worker.js.map