Hashids.decode
You're seeing just the function
decode
, go back to Hashids module for more information.
Specs
decode(t(), iodata()) :: {:ok, [non_neg_integer()]} | {:error, :invalid_input_data}
Decode the given iodata back into a list of numbers.