Node now has isWebBluetooth

This commit is contained in:
Nathan Kellenicki 2019-03-18 16:10:34 -07:00
parent d70d66e3dc
commit c0f2bc9c0c

View File

@ -7,5 +7,7 @@ import { PUPHub } from "./puphub";
import { PUPRemote } from "./pupremote";
import { WeDo2SmartHub } from "./wedo2smarthub";
import { isWebBluetooth } from "./utils";
export default PoweredUP;
export { PoweredUP, Hub, WeDo2SmartHub, BoostMoveHub, PUPHub, PUPRemote, DuploTrainBase, Consts };
export { PoweredUP, Hub, WeDo2SmartHub, BoostMoveHub, PUPHub, PUPRemote, DuploTrainBase, Consts, isWebBluetooth };