lihai 8d6c751f49 feat: push | před 2 roky | |
---|---|---|
.. | ||
license | před 2 roky | |
package.json | před 2 roky | |
readme.md | před 2 roky | |
text-extensions.json | před 2 roky |
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