source: trip-planner-front/node_modules/binary-extensions/index.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 249 bytes
Line 
1/**
2List of binary file extensions.
3
4@example
5```
6import binaryExtensions = require('binary-extensions');
7
8console.log(binaryExtensions);
9//=> ['3ds', '3g2', …]
10```
11*/
12declare const binaryExtensions: readonly string[];
13
14export = binaryExtensions;
Note: See TracBrowser for help on using the repository browser.