UNPKG

openchain-sdk-yxl-wx-request

Version:

openchain sd YxL wx request

12 lines (8 loc) 308 B
'use strict'; const createBufferPolyfill = require('./lib/common/buffer-polyfill'); createBufferPolyfill(); const OpenChainSDK = require('./lib/sdk'); if (typeof window !== 'undefined' && typeof window.OpenChainSDK === 'undefined') { window.OpenChainSDK = OpenChainSDK; } module.exports = OpenChainSDK;