File "ExtensionToMimeTypeMap.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/league/mime-type-detection/src/ExtensionToMimeTypeMap.php
File size: 171 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace League\MimeTypeDetection;

interface ExtensionToMimeTypeMap
{
    public function lookupMimeType(string $extension): ?string;
}