Files
Botexercito/Frontend/angular-internal-chat/node_modules/http-proxy-middleware/dist/get-plugins.d.ts
T

3 lines
148 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
import type { Options, Plugin } from './types';
export declare function getPlugins<TReq, TRes>(options: Options<TReq, TRes>): Plugin<TReq, TRes>[];