Skip to content

toRawType

Return the raw type of the input value.

Usage

ts
import { toRawType } from 'rattail'

toRawType({}) // return 'Object'
toRawType([]) // return 'Array'

Arguments

ArgTypeDefaults
valueany

Return

Type
string