List of text file extensions
The list is just a JSON file and can be used anywhere.
npm install text-extensions
import textExtensions from 'text-extensions';
console.log(textExtensions);
//=> ['asp', 'aspx', …]
JavaScript
100.0%
List of text file extensions
The list is just a JSON file and can be used anywhere.
npm install text-extensions
import textExtensions from 'text-extensions';
console.log(textExtensions);
//=> ['asp', 'aspx', …]
JavaScript
100.0%