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