Documentation for IsWhat.
IsWhat
type?/1
type?(any()) :: String.t()
Defines the type of the given data.
iex> IsWhat.type?(true) "true is boolean."