wordnet.index-findlastindexdeprecated

Get index of last match in WordNet index.

Usage no npm install needed!

<script type="module">
  import wordnetIndexFindlastindex from 'https://cdn.skypack.dev/wordnet.index-findlastindex';
</script>

README

wordnet.index-findlastindex

NPM

Get index of last match in WordNet index.

const findLastIndex = require('wordnet.index-findlastindex');
// findLastIndex(<name>, [type begin=0], [type end], [begin=0], [end])
// this: WordNet index object
// -> <last match index> | ~<closest match index>