UNPKG

dicom-microscopy-viewer-changed

Version:
6 lines (5 loc) 255 B
declare function isRegex(o: any): boolean; declare function isFunction(functionToCheck: any): any; declare function isPlainObject(a: any): boolean; declare function isUndefined(a: any): boolean; export { isRegex, isFunction, isPlainObject, isUndefined };