wordnet.index-findindexdeprecated

Get index of first match in WordNet index.

Usage no npm install needed!

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

README

wordnet.index-findindex

NPM

Get index of first match in WordNet index.

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