IsWhat.type-question-mark

You're seeing just the function type-question-mark, go back to IsWhat module for more information.

Specs

type?(any()) :: String.t()

type?/1

Defines the type of the given data.

Examples

iex> IsWhat.type?(true)
"true is boolean."