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