Initial import
This commit is contained in:
11
src/index.ts
Normal file
11
src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Packet } from "./packet";
|
||||
import {
|
||||
RouteType,
|
||||
PayloadType,
|
||||
} from "./types";
|
||||
|
||||
export default {
|
||||
Packet,
|
||||
RouteType,
|
||||
PayloadType,
|
||||
};
|
||||
Reference in New Issue
Block a user