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

12 lines
241 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
export * from './factory';
export * from './handlers';
export type { Plugin, Filter, Options, RequestHandler } from './types';
/**
* Default plugins
*/
export * from './plugins/default';
/**
* Legacy exports
*/
export * from './legacy';