@cjser/binary-extensions
v3.2.0-cjser.2
Published
List of binary file extensions
Maintainers
Readme
binary-extensions
List of binary file extensions
The list is just a JSON file and can be used anywhere.
Install
npm install binary-extensionsUsage
import binaryExtensions from 'binary-extensions';
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]Related
- is-binary-path - Check if a file path is a binary file
- text-extensions - List of text file extensions
cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/binary-extensions
