UNPKG

miming

Version:

Processing and formatting for various mime types.

17 lines (15 loc) 262 B
'use strict'; var HTML = require('./html'); module.exports = HTML.extend('XHTML', { qualified: { value: 'application/xhtml+xml' }, simplified: { value: 'xhtml' }, extensions: { default: function () { return ['.xhtml']; } } });