import { isType } from './isType'; /** * 对象类型判断 * @category Base */ export const isString = isType('String');