five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
12 lines • 536 B
TypeScript
/**
* @author Benjamin Thomas (https://github.com/bentomas)
* @author Robert Kieffer (https://github.com/broofa)
* @copyright Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
* @license {@link https://github.com/broofa/mime/blob/v1.x/LICENSE MIT}
* @description charset() methods have been removed from mime v2, this is why I added it here
*/
/** Lookup a charset based on mime type. */
export declare const charsets: {
lookup: (mimeType: any, fallback?: any) => any;
};
//# sourceMappingURL=charset.d.ts.map