UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

8 lines (7 loc) 235 B
import type { DataSet } from 'dicom-parser'; declare let loadedDataSets: Record<string, { dataSet: DataSet; cacheCount: number; }>; declare const purgeLoadedDataSets: () => void; export { loadedDataSets, purgeLoadedDataSets };