ezra-bible-app / node-sword-interface

JavaScript (N-API) interface to SWORD library
GNU General Public License v2.0
22 stars 2 forks source link

Return type for getRepoModulesByLang in API.md #17

Closed zhuiks closed 3 years ago

zhuiks commented 3 years ago

It seems like getRepoModulesByLang() returns Array.<ModuleObject>. But API.md states that it returns Array.<String>

Is it auto-generated?

tobias-klein commented 3 years ago

It's simply wrongly documented in index.js which is the source for API.md.