Keyword.keyword?/1

defmodule Keyword do
  def keyword?(term)
end

Returns true if term is a keyword list; otherwise returns false.