UNPKG
bifcore-sdk-nodejs-bop
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
bifcore sdk nodejs
github.com/caict-4iot-dev/BIF-Core_SDK-JS
caict-4iot-dev/BIF-Core_SDK-JS
bifcore-sdk-nodejs-bop
/
index.js
10 lines
(6 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
BIFCoreSDK
=
require
(
'./lib/sdk'
)
if
(
typeof
window
!==
'undefined'
&&
typeof
window
.
BIFCoreSDK
===
'undefined'
) {
window
.
BIFCoreSDK
=
BIFCoreSDK
}
module
.
exports
=
BIFCoreSDK