UNPKG

xe-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 113 B
function helperLog (type, msg) { return (console[type] || console.log)(msg) } module.exports = helperLog