Initial import

This commit is contained in:
2026-03-09 22:05:39 +01:00
parent 73631969c9
commit 344c89a8d0
15 changed files with 3894 additions and 10 deletions

11
src/index.ts Normal file
View File

@@ -0,0 +1,11 @@
import { Packet } from "./packet";
import {
RouteType,
PayloadType,
} from "./types";
export default {
Packet,
RouteType,
PayloadType,
};