the wiki is https://it.wiktionary.org/w/api.php,
the call:
...
let data = await wiki({ apiUrl: 'https://it.wiktionary.org/w/api.php' }).page('gatto');
console.log(await data.tables());
...
it prints []
I also tried with other methods, but i can't find a way to return the table data