Packages
union_typespec
0.0.4
A simple, tiny library for defining an Elixir @type whose values are one of a few options
Current section
Files
Jump to
Current section
Files
union_typespec
.formatter.exs
.formatter.exs
locals_without_parens = [union_type: 1, union_typep: 1]
[
line_length: 120,
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]