chore: syntax

This commit is contained in:
cha0s 2020-05-26 03:20:50 -05:00
parent 50ec0801ed
commit 27600e8bf0

View File

@ -8,8 +8,8 @@ export {
registerPacket,
} from './registry';
// export * as SocketIoParser from './socket.io-parser';
import * as SocketIoParser from './socket.io-parser';
export {SocketIoParser};
import Variant from './variant';
export {Variant};
export {default as Variant} from './variant';