• File: index.d.ts
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/binary-extensions/index.d.ts
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 249 bytes
  • MIME-type: text/x-java
  • Charset: utf-8
/**
List of binary file extensions.

@example
```
import binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
```
*/
declare const binaryExtensions: readonly string[];

export = binaryExtensions;