Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.24 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.24 KB

ExtendedTypes

ExtendedTypes imports additional types to your Elixir modules.

Installation

If available in Hex, the package can be installed by adding extended_types to your list of dependencies in mix.exs:

def deps do
  [
    {:extended_types, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/extended_types.

License

No Copyright

This work is released to the Public Domain and multi-licensed under the Creative Commons Zero Universal version 1.0 license, the MIT No Attribution license, and the BSD Zero Clause license.

You can choose between one of them if you use this work.

The author, Eksperimental has dedicated the work to the public domain by waiving all copyright and related or neighboring rights to this work worldwide under copyright law including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and create derivative work, even for commercial purposes, all without asking permission. Giving credits is appreciated though; you may link to this repository if you wish.

Public Domain Mark
Creative Commons Zero

Check the LICENSES/LICENSE.CC0-1.0.txt, LICENSES/LICENSE.MIT-0.txt, LICENSES/LICENSE.0BSD.txt files for more information.

SPDX-License-Identifier: CC0-1.0 or MIT-0 or 0BSD