Skip to content

Commit

Permalink
fix: remove obsolete exports from types
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirbo committed Sep 21, 2021
1 parent 0555c5a commit 4a79b81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ declare module 'ruuvitag-parser' {
export namespace formats_2_and_4 {
function parse(data: Buffer): ParsedFormatV2 | ParsedFormatV4
}
export namespace format_2 {
function parse(data: Buffer): ParsedFormatV2
}
export namespace format_3 {
function parse(data: string | Buffer): ParsedFormatV3
}
export namespace format_4 {
function parse(data: Buffer): ParsedFormatV4
}
export namespace format_5 {
function parse(data: string | Buffer): ParsedFormatV5
}
Expand Down

0 comments on commit 4a79b81

Please sign in to comment.