Open chocolateboy opened 4 years ago
Both forms of the get method are implemented, i.e.:
get
get() => Array<Element>
get(index: number) => Element
- but only the latter is documented.
This PR adds a link to the documentation for the no-argument form (which has been added to the wiki).
Both forms of the
get
method are implemented, i.e.:get() => Array<Element>
get(index: number) => Element
- but only the latter is documented.
This PR adds a link to the documentation for the no-argument form (which has been added to the wiki).