English
Appearance
Return the raw type of the input value.
raw type
import { toRawType } from 'rattail' toRawType({}) // return 'Object' toRawType([]) // return 'Array'
value
any
string