UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

3 lines (2 loc) 127 B
import type { imageType } from './types/index.js'; export declare function detector(input: Uint8Array): imageType | undefined;