lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
license | лет назад: 2 | |
package.json | лет назад: 2 | |
readme.md | лет назад: 2 | |
text-extensions.json | лет назад: 2 |
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