chensenlai 10988628a0 语音房项目初始化 | пре 5 година | |
---|---|---|
.. | ||
HISTORY.md | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
index.js | пре 5 година | |
package.json | пре 5 година |
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