lihai 8d6c751f49 feat: push %!s(int64=2) %!d(string=hai) anos
..
license 8d6c751f49 feat: push %!s(int64=2) %!d(string=hai) anos
package.json 8d6c751f49 feat: push %!s(int64=2) %!d(string=hai) anos
readme.md 8d6c751f49 feat: push %!s(int64=2) %!d(string=hai) anos
text-extensions.json 8d6c751f49 feat: push %!s(int64=2) %!d(string=hai) anos

readme.md

text-extensions Build Status

List of text file extensions

The list is just a JSON file and can be used wherever.

Install

$ npm install text-extensions

Usage

const textExtensions = require('text-extensions');

console.log(textExtensions);
//=> ['asp', 'aspx', ...]

Related

License

MIT © Sindre Sorhus