lihai 8d6c751f49 feat: push | vor 2 Jahren | |
---|---|---|
.. | ||
license | vor 2 Jahren | |
package.json | vor 2 Jahren | |
readme.md | vor 2 Jahren | |
text-extensions.json | vor 2 Jahren |
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