office-extensions
v0.0.2
Published
work with office filaname extensions. check if a file is of type office
Downloads
2
Maintainers
Readme
office-extensions
Check if a file is of type office
officeExt = require('office-extensions');
// check if a file is of type office:
if( officeExt.isOffice(filePath) ){
// ...
} else {
// ...
}