IsWhat (IsWhat v0.1.1) View Source

Documentation for IsWhat.

Link to this section Summary

Link to this section Functions

Specs

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

type?/1

Defines the type of the given data.

Examples

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