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