1 2 3 4 5 6
try { await import(`npm:${"ws:"}`); } catch (err) { console.log("FAILED"); console.log(err); }