deno-ts
Property 'onmessage' does not exist on type 'Window & typeof globalThis'.
// worker.ts self.onmessage = (message) => { // TODO: Do something with the message? };