worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
8
node_modules/dom-helpers/cjs/text.d.ts
generated
vendored
Normal file
8
node_modules/dom-helpers/cjs/text.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Collects the text content of a given element.
|
||||
*
|
||||
* @param node the element
|
||||
* @param trim whether to remove trailing whitespace chars
|
||||
* @param singleSpaces whether to convert multiple whitespace chars into a single space character
|
||||
*/
|
||||
export default function text(node: HTMLElement | null, trim?: boolean, singleSpaces?: boolean): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue