import { isTypeWrap } from '../type-wrap' const isString = isTypeWrap('String') export { isString }