openchain-sdk-yxl-wx-request
Version:
openchain sd YxL wx request
12 lines (8 loc) • 308 B
JavaScript
;
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;