UNPKG

cross-magic

Version:

跨平台公共模块

4 lines (3 loc) 72 B
export function isString(obj: any) { return typeof obj === 'string' }