Current section
Files
Jump to
Current section
Files
lib/Bank.IBAN.ex
# File: Bank.IBAN.ex
# This file was generated from iban.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Bank.IBAN do
def unquote(:"flatten")(arg1) do
:erlang.apply(:"iban", :"flatten", [arg1])
end
def unquote(:"is_valid")(arg1) do
:erlang.apply(:"iban", :"is_valid", [arg1])
end
def unquote(:"fake")(arg1) do
:erlang.apply(:"iban", :"fake", [arg1])
end
end