UNPKG

@wu-xj/uni-socket.io

Version:

适用于uni-app的socket.io封装,可用于uni-app、微信小程序

9 lines 222 B
module.exports = function(env) { return function() { const arr = [env] for (let index = 0; index < arguments.length; index++) { arr[index + 1] = arguments[index] } console.log.apply(this, arr) } }