UNPKG

image-dataset

Version:

Tool to build image dataset: collect, classify, review

3 lines (2 loc) 176 B
import { Server } from 'http'; export declare function startServer(port: number): Promise<Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>>;