README.md

# untag

[![Package Version](https://img.shields.io/hexpm/v/untag)](https://hex.pm/packages/untag)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/untag/)

```sh
gleam add untag
```

Do you want to a type union without tuples and classes surrounding it?
Do you want a dynamic type that tells you the only things that could be inside it?

HERE. ITS HERE. USE IT.

issues and pull requests welcome.

Further documentation can be found at <https://hexdocs.pm/untag>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```