From 7b2a157607ce495ba1342efeda553778f5e59982 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Mon, 23 May 2022 16:43:24 +0200 Subject: [PATCH] Export UnparsablePacket --- src/packet/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packet/index.js b/src/packet/index.js index 38ed5f4d8..82312476b 100644 --- a/src/packet/index.js +++ b/src/packet/index.js @@ -1,2 +1,3 @@ export * from './all_packets'; export { default as PacketList } from './packetlist'; +export { UnparsablePacket } from './packet';