6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
/**
|
|
* Returns the root's text content.
|
|
* @returns The root's text content.
|
|
*/
|
|
export declare function $rootTextContent(): string;
|