web-blog/node_modules/@rgrove/parse-xml/dist/lib/XmlCdata.d.ts

8 lines
203 B
TypeScript
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
import { XmlText } from './XmlText.js';
/**
* A CDATA section within an XML document.
*/
export declare class XmlCdata extends XmlText {
get type(): string;
}
//# sourceMappingURL=XmlCdata.d.ts.map