UNPKG

@abasb75/dicom-parser

Version:

a javascript powerfull dicom parser

9 lines (8 loc) 236 B
interface TagsDictionaryEnumsType { [key: string]: { [key: string]: string[]; }; } declare const TagsDictionaryEnums: TagsDictionaryEnumsType; export default TagsDictionaryEnums; export type { TagsDictionaryEnumsType };