UNPKG

inference-server

Version:

Libraries and server to build AI applications. Adapters to various native bindings allowing local inference. Integrate it with your application, or use as a microservice.

3 lines (2 loc) 137 B
import { IncomingMessage } from 'node:http'; export declare function parseJSONRequestBody(req: IncomingMessage | Request): Promise<any>;