lint fixes

This commit is contained in:
wearrrrr 2024-10-12 21:59:15 -05:00
parent 8ff087efb2
commit c3ccd8f238
12 changed files with 41 additions and 44 deletions

View file

@ -2,7 +2,6 @@ import { FakeServiceWorker } from "./fakesw";
import { swfetch } from "./fetch";
import { ScramjetThreadpool } from "./threadpool";
import type BareClient from "@mercuryworkshop/bare-mux";
import { ScramjetConfig } from "../types";
export class ScramjetServiceWorker extends EventTarget {
client: BareClient;