# `Croma.Any`
[🔗](https://github.com/skirino/croma/blob/main/lib/croma/builtin_type.ex#L53)

Module that represents any Elixir term.

# `t`

```elixir
@type t() :: any()
```

# `valid?`

```elixir
@spec valid?(term()) :: boolean()
```

Always returns `true`
Intended to be used with other parts of croma to express variables with `any` type.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
