UNPKG

@aliyunmq/mq-http-sdk

Version:

Aliyun Message Queue(MQ) Nodejs Http SDK

12 lines (11 loc) 263 B
'use strict'; function supportAsyncFunctions() { try { new Function('(async function () {})()'); return true; } catch (ex) { return false; } } module.exports = supportAsyncFunctions() ? require('./lib/client.js') : require('./es5/client.js');