Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98012468
index.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jan 8, 15:18
Size
249 B
Mime Type
text/x-java
Expires
Fri, Jan 10, 15:18 (2 d)
Engine
blob
Format
Raw Data
Handle
23386592
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.d.ts
View Options
/**
List of binary file extensions.
@example
```
import binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
```
*/
declare const binaryExtensions: readonly string[];
export = binaryExtensions;
Event Timeline
Log In to Comment