UNPKG

@abasb75/dicom-parser

Version:

a javascript powerfull dicom parser

13 lines (12 loc) 309 B
import { TagsDictionaryEnumsType } from "./TagsDictionary"; interface IEnums { TransferSyntax: { [key: string]: string; }; TagsDictionary: TagsDictionaryEnumsType; ValueRepresentations: { [key: string]: string; }; } declare const AppEnums: IEnums; export default AppEnums;