letjson / text-extensions

List of text file extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

Related


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

About

List of text file extensions

License:MIT License


Languages

Language:TypeScript 50.9%Language:JavaScript 49.1%