UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

7 lines (6 loc) 229 B
/** * * @deprecated Use readDicomTagsNode from @itk-wasm/dicom instead */ declare function readDICOMTagsLocalFile(fileName: string, tags?: string[] | null): Promise<Map<string, string>>; export default readDICOMTagsLocalFile;