@loaders.gl/xml
Version:
Framework-independent loaders for the XML (eXtensible Markup Language) format
10 lines • 534 B
TypeScript
import { XMLLoaderOptions } from "./xml-loader.js";
export type HTMLLoaderOptions = XMLLoaderOptions;
/**
* Loader for HTML files
* Essentially a copy of the XMLLoader with different mime types, file extensions and content tests.
* This split enables applications can control whether they want HTML responses to be parsed by the XML loader or not.
* This loader does not have any additional understanding of the structure of HTML or the document.
*/
export declare const HTMLLoader: any;
//# sourceMappingURL=html-loader.d.ts.map