horse-betting/btc-ui-app-2/node_modules/@angular/common/xhr.d-D_1kTQR5.d.ts
2025-06-19 16:39:08 +05:30

17 lines
281 B
TypeScript
Executable File

/**
* @license Angular v20.0.4
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT
*/
/**
* A wrapper around the `XMLHttpRequest` constructor.
*
* @publicApi
*/
declare abstract class XhrFactory {
abstract build(): XMLHttpRequest;
}
export { XhrFactory };