peach a19a732be8 commit message | il y a 2 ans | |
---|---|---|
.. | ||
license | il y a 2 ans | |
package.json | il y a 2 ans | |
readme.md | il y a 2 ans | |
text-extensions.json | il y a 2 ans |
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