UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

9 lines (8 loc) 301 B
import { isImageContent, isImageDataUri, isImageSrc } from '../core/utils/image.js'; declare const _default: { error: (value: unknown) => value is Error; imagecontent: typeof isImageContent; imagedatauri: typeof isImageDataUri; imagesrc: typeof isImageSrc; }; export default _default;