Sha256: 2e52aaab68ae4671af099fc62ece2540601eda13d01ea5f15899864e2a0f3221
Contents?: true
Size: 751 Bytes
Versions: 12
Compression:
Stored size: 751 Bytes
Contents
# binary-extensions [![Build Status](https://travis-ci.org/sindresorhus/binary-extensions.svg?branch=master)](https://travis-ci.org/sindresorhus/binary-extensions) > List of binary file extensions The list is just a [JSON file](binary-extensions.json) and can be used wherever. ## Install ``` $ 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 ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Version data entries
12 entries across 12 versions & 6 rubygems