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 {
// ...
}
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 {
// ...
}
npm i office-extensions
7
0.0.2
MIT
3.55 kB
6