Files
med-notes/.pnpm-store/v10/files/bc/522d5701acf35bc615cc1b0bcc96f16fd2f34d6e70154fcecd0deeee2d40abb347e242dd0741324af64b0f15b7d9dd4295d42fe782b1ffffaca45ee348428e
2025-06-26 03:35:15 +00:00

26 lines
541 B
Plaintext

# binary-extensions
> List of binary file extensions
The list is just a [JSON file](binary-extensions.json) and can be used anywhere.
## Install
```sh
npm install binary-extensions
```
## Usage
```js
const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
```
## Related
- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions