UNPKG

524 BMarkdownView Raw
1# text-extensions
2
3> List of text file extensions
4
5The list is just a [JSON file](text-extensions.json) and can be used anywhere.
6
7## Install
8
9```sh
10npm install text-extensions
11```
12
13## Usage
14
15```js
16import textExtensions from 'text-extensions';
17
18console.log(textExtensions);
19//=> ['asp', 'aspx', …]
20```
21
22## Related
23
24- [is-text-path](https://github.com/sindresorhus/is-text-path) - Check if a file path is a text file
25- [binary-extensions](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions