fix: export Variant

This commit is contained in:
cha0s 2020-05-21 08:58:06 -05:00
parent 2b12c2bf18
commit 3a1f3730c9

View File

@ -10,3 +10,6 @@ export {
import * as SocketIoParser from './socket.io-parser';
export {SocketIoParser};
import Variant from './variant';
export {Variant};