UNPKG

xe-utils-es

Version:

JavaScript 函数库、工具类

9 lines (8 loc) 162 B
/** * 判断是否String对象 * * @param {object} obj 对象 * @return {boolean} */ declare const isString: (obj: any) => boolean; export default isString;