first
This commit is contained in:
8
node_modules/@rgrove/parse-xml/dist/lib/XmlCdata.d.ts
generated
vendored
Normal file
8
node_modules/@rgrove/parse-xml/dist/lib/XmlCdata.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user