office-extensions

0.0.2 • Public • Published

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 {
	// ...
}

Package Sidebar

Install

npm i office-extensions

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

3.55 kB

Total Files

6

Last publish

Collaborators

  • coredigix