This library is a port of @benoitc's https://github.com/benoitc/mimerl
import benetnasch
let mimetype = benetnasch.extension_to_mimetype("123")
let extensions = benetnasch.mimetype_to_extentions("application/vnd.lotus-1-2-3")
# Run the tests
gleam test
# Run gleam REPL
gleam shell