UNPKG

bifcore-sdk-nodejs-bop

Version:
10 lines (6 loc) 209 B
'use strict' const BIFCoreSDK = require('./lib/sdk') if (typeof window !== 'undefined' && typeof window.BIFCoreSDK === 'undefined') { window.BIFCoreSDK = BIFCoreSDK } module.exports = BIFCoreSDK