ngx-open-map-wrapper/node_modules/@angular/common/xhr.d-D_1kTQR5.d.ts

17 lines
282 B
TypeScript
Executable File

/**
* @license Angular v19.2.15
* (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 };