Repository URL to install this package:
|
Version:
0.6.0 ▾
|
| .. |
| license |
| package.json |
| readme.md |
| text-extensions.json |
List of text file extensions
The list is just a JSON file and can be used wherever.
$ npm install text-extensions
const textExtensions = require('text-extensions'); console.log(textExtensions); //=> ['asp', 'aspx', ...]
MIT © Sindre Sorhus