UNPKG

lenye_base

Version:

基础方法

8 lines (5 loc) 133 B
import getTag from './get_tag.js'; function isString(str) { return getTag(str) === '[object String]'; } export default isString;