source:
trip-planner-front/node_modules/binary-extensions/index.d.ts@
1ad8e64
Last change on this file since 1ad8e64 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 249 bytes |
Line | |
---|---|
1 | /** |
2 | List of binary file extensions. |
3 | |
4 | @example |
5 | ``` |
6 | import binaryExtensions = require('binary-extensions'); |
7 | |
8 | console.log(binaryExtensions); |
9 | //=> ['3ds', '3g2', …] |
10 | ``` |
11 | */ |
12 | declare const binaryExtensions: readonly string[]; |
13 | |
14 | export = binaryExtensions; |
Note:
See TracBrowser
for help on using the repository browser.