dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
15 lines • 388 B
TypeScript
/**
* @module ol/obj
*/
/**
* Removes all properties from an object.
* @param {Object} object The object to clear.
*/
export function clear(object: any): void;
/**
* Determine if an object has any properties.
* @param {Object} object The object to check.
* @return {boolean} The object is empty.
*/
export function isEmpty(object: any): boolean;
//# sourceMappingURL=obj.d.ts.map