UNPKG

get-it

Version:

Generic HTTP request library for node, browsers and workers

11 lines (10 loc) 194 B
/** * This middleware only has an effect in Node.js. * @public */ export function agent( // eslint-disable-next-line @typescript-eslint/no-unused-vars _opts?: any, ): any { return {} }