UNPKG

@toolpad/utils

Version:

Shared utilities used by Toolpad packages.

4 lines (3 loc) 193 B
import type express from 'express'; export declare function encodeRequestBody(req: express.Request): any; export declare function adaptRequestFromExpressToFetch(req: express.Request): Request;