Skip to content

Commit

Permalink
Add types for dictionary use
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHeath committed Sep 15, 2020
1 parent f1f6805 commit 820861e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 96,136 deletions.
2 changes: 1 addition & 1 deletion docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lib/Message.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ export default class DicomMessage {
vr: ValueRepresentation;
values: any;
};
static lookupTag(tag: any): any;
static lookupTag(tag: any): {
name: string;
vr: string;
version: string;
};
}
Loading

0 comments on commit 820861e

Please sign in to comment.