UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

8 lines (5 loc) 243 B
type TSubtypeGroup<TSubtype extends string> = Readonly<Record<TSubtype, string>> type TTypeGroup<TType extends string, TSubtype extends string> = Readonly< Record<TType, TSubtypeGroup<TSubtype>> > export type { TSubtypeGroup, TTypeGroup }