# `Plushie.Type.Atom`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/type/atom.ex#L1)

Atom type. Accepts any atom (including `nil`).

# `t`

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

---

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