export { detectDimension } from './detectDimension';
export { detectSource } from './detectSource';
export { isImage } from './isImage';
export { isGifImage } from './isGifImage';
export { isJpgImage } from './isJpgImage';
export { isPngImage } from './isPngImage';
