We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b84965 commit 9aec4a3Copy full SHA for 9aec4a3
index.js
@@ -86,6 +86,15 @@ exports = module.exports = function(root, options){
86
};
87
88
89
+/**
90
+ * Expose mime module.
91
+ *
92
+ * If you wish to extend the mime table use this
93
+ * reference to the "mime" module in the npm registry.
94
+ */
95
+
96
+exports.mime = send.mime;
97
98
/**
99
* Escape the given string of `html`.
100
*
0 commit comments