Installation
npm install --save @types/mimos
Summary
This package contains type definitions for mimos (https://github.com/hapijs/mimos).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mimos.
import { MimeEntry } from 'mime-db';
export interface MimosOptions {
override: {[index: string]: MimosOptionsValue};
}
export interface MimosOptionsValue extends MimeEntry {
type?: string | undefined;
predicate?: ((mime: MimosOptionsValue) => MimosOptionsValue) | undefined;
}
Additional Details
- Last updated: Tue, 06 Jul 2021 22:03:04 GMT
- Dependencies: @types/mime-db
- Global values: none
Credits
These definitions were written by AJP, and Linus Unnebäck.