Skip to content

sindresorhus/text-extensions

Repository files navigation

text-extensions

List of text file extensions

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

Install

npm install text-extensions

Usage

import textExtensions from 'text-extensions';

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

Related