0.1.1 • Published 9 years ago
file-detect v0.1.1
node-file-detect
Detect file type.
Usage
var fd = require("file-detect");
fd.is("/example/sample.png", ".png", function(err, isPNG){
// some more code with the result
});
Supported file type
- .png
- .jpg
- .gif
- .bmp
- .bz
- .gz
- .zip