Skip to content

Commit

Permalink
ts, readme, keyword, fixed #192
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Benson committed Apr 12, 2019
1 parent eb60628 commit d2025cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.d.ts
Expand Up @@ -94,7 +94,9 @@ declare namespace fileType {
| 'mpc'
| 'ics'
| 'glb'
| 'pcap';
| 'pcap'
| 'lnk'
| 'alias';

interface FileTypeResult {
/**
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -118,7 +118,9 @@
"wma",
"ics",
"glb",
"pcap"
"pcap",
"lnk",
"alias"
],
"devDependencies": {
"@types/node": "^11.12.2",
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -216,6 +216,8 @@ Type: [`stream.Readable`](https://nodejs.org/api/stream.html#stream_class_stream
- [`ics`](https://en.wikipedia.org/wiki/ICalendar#Data_format) - iCalendar
- [`glb`](https://github.com/KhronosGroup/glTF) - GL Transmission Format
- [`pcap`](https://wiki.wireshark.org/Development/LibpcapFileFormat) - Libpcap File Format
- [`lnk`](https://en.wikipedia.org/wiki/Shortcut_%28computing%29#Microsoft_Windows) - Microsoft Windows file shortcut
- [`alias`](https://en.wikipedia.org/wiki/Alias_%28Mac_OS%29) - MacOS Alias file

*SVG isn't included as it requires the whole file to be read, but you can get it [here](https://github.com/sindresorhus/is-svg).*

Expand Down

0 comments on commit d2025cd

Please sign in to comment.