lihai 8d6c751f49 feat: push | hace 2 años | |
---|---|---|
.. | ||
license | hace 2 años | |
package.json | hace 2 años | |
readme.md | hace 2 años | |
text-extensions.json | hace 2 años |
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