IsWhat (IsWhat v0.1.0) View Source

Documentation for IsWhat.

Link to this section Summary

Link to this section Functions

Specs

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

is_what?/1

Defines the type of the given data.

Examples

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