简体中文
Appearance
判断是否为字符串。
import { isString } from '@mylib/utils'; isString('hello'); // true isString(123); // false