UNPKG

@umessen/dicom-deidentifier

Version:

DICOM de-identification library for TypeScript

6 lines (5 loc) 272 B
import type VR from '../types/VR'; export declare const isStringVR: (vr: VR) => boolean; export declare const isTemporalVr: (vr: string) => boolean; export declare const isIntegerVr: (vr: string) => boolean; export declare const isInlineBinaryVr: (vr: string) => boolean;