MIME.has_type-question-mark
You're seeing just the function
has_type-question-mark
, go back to MIME module for more information.
Specs
Returns whether an extension has a MIME type registered.
Examples
iex> MIME.has_type?("txt")
true
iex> MIME.has_type?("foobarbaz")
false