diff --git a/src/index-node.ts b/src/index-node.ts index 9c2f58e..06f8efb 100644 --- a/src/index-node.ts +++ b/src/index-node.ts @@ -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 };