UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

12 lines (9 loc) 230 B
var helperCreateInTypeof = require('./helperCreateInTypeof') /** * 判断是否String对象 * * @param {Object} obj 对象 * @return {Boolean} */ var isString = helperCreateInTypeof('string') module.exports = isString