fuc-new/doc/node_modules/image-size/dist/detector.d.mts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

7 lines
171 B
TypeScript

import { imageType } from './types/index.mjs';
import './types/interface.mjs';
declare function detector(input: Uint8Array): imageType | undefined;
export { detector };