5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
import otherTypes from '../types/other.js';
|
|
import standardTypes from '../types/standard.js';
|
|
import Mime from './Mime.js';
|
|
export { default as Mime } from './Mime.js';
|
|
export default new Mime(standardTypes, otherTypes)._freeze();
|