README.md
**`Altstd`**
[Lodash](https://lodash.com), implemented for Elixir.
[](https://hex.pm/packages/altstd)
[](https://hexdocs.pm/altstd)
[](https://hex.pm/packages/altstd)
[](https://github.com/elixir-altstd/altstd)
[](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. | [](https://hex.pm/packages/altstd_compact) | [](https://hexdocs.pm/altstd_compact) |