1 2 3 4 5 6
module Data.JLD.Mime (mimeType) where import Data.JLD.Prelude mimeType :: ByteString mimeType = "application/ld+json"