It appears that the repository has undergone several changes and renamings:
This commit is contained in:
14
backend/node_modules/binary-extensions/index.d.ts
generated
vendored
14
backend/node_modules/binary-extensions/index.d.ts
generated
vendored
@ -1,14 +0,0 @@
|
||||
/**
|
||||
List of binary file extensions.
|
||||
|
||||
@example
|
||||
```
|
||||
import binaryExtensions = require('binary-extensions');
|
||||
|
||||
console.log(binaryExtensions);
|
||||
//=> ['3ds', '3g2', …]
|
||||
```
|
||||
*/
|
||||
declare const binaryExtensions: readonly string[];
|
||||
|
||||
export = binaryExtensions;
|
Reference in New Issue
Block a user