getMimeType

inline fun getMimeType(stringWithExtension: String, selector: (Array<MimeType>) -> MimeType? = { it.firstOrNull() }): MimeType?(source)