chensenlai 10988628a0 语音房项目初始化 | před 5 roky | |
---|---|---|
.. | ||
HISTORY.md | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
index.js | před 5 roky | |
package.json | před 5 roky |
Compressible Content-Type
/ mime
checking.
$ npm install compressible
var compressible = require('compressible')
Checks if the given Content-Type
is compressible. The type
argument is expected
to be a value MIME type or Content-Type
string, though no validation is performed.
compressible('text/html') // => true
compressible('image/png') // => false