Files
pyrofetes-frontend/node_modules/rxjs/src/ajax/index.ts
T
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

5 lines
260 B
TypeScript

export { ajax } from '../internal/ajax/ajax';
export { AjaxError, AjaxTimeoutError } from '../internal/ajax/errors';
export { AjaxResponse } from '../internal/ajax/AjaxResponse';
export { AjaxRequest, AjaxConfig, AjaxDirection } from '../internal/ajax/types';