Distopico Vegan 9e639edc8d | 6 years ago | |
---|---|---|
.. | ||
license | 6 years ago | |
package.json | 6 years ago | |
readme.md | 6 years ago | |
text-extensions.json | 6 years ago |
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