UNPKG

superyoung-js

Version:

工具集

19 lines (18 loc) 414 B
/* * @Description: 工具包测试方法集合 * @Author: SuperYoung * @Date: 2019-12-04 09:26:09 * @LastEditors: SuperYoung * @LastEditTime: 2019-12-04 14:28:37 */ /** * @description: 在控制台输出内容 * @author: SuperYoung * @Date: 2019-12-04 14:27:40 * @lastEditors: SuperYoung * @param {*} val * @return: */ export const showTestLog = (val) => { console.log(val); }