We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039b45c commit a421bbeCopy full SHA for a421bbe
lib/index.ts
@@ -1,6 +1,6 @@
1
import encodePacket from "./encodePacket.js";
2
import decodePacket from "./decodePacket.js";
3
-import { Packet, PacketType, RawData, BinaryType } from "./commons";
+import { Packet, PacketType, RawData, BinaryType } from "./commons.js";
4
5
const SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text
6
0 commit comments