conventional-changelog-action/node_modules/text-extensions
Tycho Bokdam 999eba1f94
chore: Added node_modules to release branch
2019-10-18 11:54:08 +02:00
..
index.d.ts chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
index.js chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
license chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
package.json chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
readme.md chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
text-extensions.json chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
text-extensions.json.d.ts chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00

readme.md

text-extensions Build Status

List of text file extensions

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

Install

$ npm install text-extensions

Usage

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

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

License

MIT © Sindre Sorhus