From c0f2bc9c0c4be889781f686efdc6af37e54f8ac5 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Mon, 18 Mar 2019 16:10:34 -0700 Subject: [PATCH] Node now has isWebBluetooth --- src/index-node.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 };