UNPKG

136 BTypeScriptView Raw
1/**
2 * 判断值是否为字符串
3 * @return 是否为字符串
4 */
5export default function isString(value: unknown): value is string;