UNPKG

styleless-innertext

Version:

A library to imitate WHATWG HTMLElement.innerText specification

6 lines (5 loc) 227 B
declare function innerText(element: HTMLElement, options?: { getComputedStyle?: Window["getComputedStyle"] }): string; declare var innerTextExport: typeof innerText & { default: typeof innerText }; export = innerTextExport;