UNPKG

241 BJavaScriptView Raw
1var helperCreateInTypeof = require('./helperCreateInTypeof')
2
3/**
4 * 判断是否String对象
5 *
6 * @param {Object} obj 对象
7 * @return {Boolean}
8 */
9var isString = helperCreateInTypeof('string')
10
11module.exports = isString