简体中文
Appearance
返回输入值的 原始类型。
原始类型
import { toRawType } from 'rattail' toRawType({}) // return 'Object' toRawType([]) // return 'Array'
value
any
string