README.md

**`Altstd.Compact`**

Removes all falsey values in the given `object`, recursively.

[![Elixir Altstd](https://img.shields.io/badge/elixir-altstd-black?style=flat-square&logo=elixir)](https://hex.pm/packages/altstd)
[![Hex Version](https://img.shields.io/hexpm/v/altstd_compact.svg?style=flat-square)](https://hex.pm/packages/altstd_compact)
[![Docs](https://img.shields.io/badge/API-docs-orange.svg?style=flat-square)](https://hexdocs.pm/altstd_compact)
[![Hex downloads](https://img.shields.io/hexpm/dt/altstd_compact.svg?style=flat-square)](https://hex.pm/packages/altstd_compact)
[![GitHub](https://img.shields.io/badge/vcs-GitHub-blue.svg?style=flat-square&logo=github)](https://github.com/elixir-altstd/altstd_compact)
[![MIT License](https://img.shields.io/hexpm/l/altstd_compact.svg?style=flat-square)](LICENSE.txt)

---


**`Installation`**

The package is [available in Hex](https://hex.pm/packages/altstd_compact), it can be installed
by adding `:altstd_compact` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:altstd_compact, "~> 0.1.0"}
  ]
end
```