README.md

**`Altstd`**

[Lodash](https://lodash.com), implemented for Elixir.

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

---


**`Installation`**

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

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


**`Packages`**

| Name | Module | Description | Version | |
| ---- | ----------- | ------- | ------- | ------ |
| `altstd_compact` | `Altstd.Compact` | Removes all falsey values in the given `object`, recursively. | [![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) |