erp-mecanicas-diesel-backend/node_modules/binary-extensions
2026-01-04 06:41:28 -06:00
..
binary-extensions.json Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
binary-extensions.json.d.ts Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
index.d.ts Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
index.js Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
license Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
package.json Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00
README.md Initial commit - erp-mecanicas-diesel-backend 2026-01-04 06:41:28 -06:00

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]