UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

3 lines (2 loc) 227 B
import type { TSubtypeGroup, TTypeGroup } from './types'; export declare function createTypeGroup<TType extends string, TSubtype extends string>(type: TType, subtypeGroup: TSubtypeGroup<TSubtype>): TTypeGroup<TType, TSubtype>;