dijs / wiki

Wikipedia Interface for Node.js
MIT License
315 stars 61 forks source link

page.url() returns URL type but should return string type #129

Closed ledamint closed 3 years ago

ledamint commented 4 years ago

Inside index.d

/**
* Get URL for wiki page
*
* @return {URL}
* @memberof Page
*/
url(): URL; // should be string
dijs commented 3 years ago

Fixed and released with v6.1.0