Packages

Erlang/Elixir module to manipulate bank data

Current section

Files

Jump to
bank lib Bank.BIC.ex
Raw

lib/Bank.BIC.ex

# File: Bank.BIC.ex
# This file was generated from bic.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.BIC do
def unquote(:"is_valid")(arg1) do
:erlang.apply(:"bic", :"is_valid", [arg1])
end
def unquote(:"fake")(arg1) do
:erlang.apply(:"bic", :"fake", [arg1])
end
end