rabbit-ear
Version:
origami design library
12 lines • 462 B
TypeScript
/**
* Rabbit Ear (c) Kraft
*/
/**
* @description Create a CDATASection containing text from the method
* parameter. The CDATA is useful to wrap text which may contain
* invalid characters or characters in need of escaping.
* @param {string} text the text content to be placed inside the CData
* @returns {CDATASection} a CDATA containing the given text.
*/
export function makeCDATASection(text: string): CDATASection;
//# sourceMappingURL=cdata.d.ts.map