Packages

Delegate macros or all functions and macros to another module

Current section

Files

Jump to
delegate README.md
Raw

README.md

# Delegate
Provides utilities for delegating macros and entire functions and macros of another module
## Installation
The package can be installed
by adding `delegate` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:delegate, ">= 0.0.0"}
]
end
```
The docs can
be found at [https://hexdocs.pm/delegate](https://hexdocs.pm/delegate).