README
wordnet.book-type
Get type from id in WordNet book.
const type = require('wordnet.book-type');
// type(<id>)
// this: WordNet book object
// -> <type>
Get type from id in WordNet book.
<script type="module">
import wordnetBookType from 'https://cdn.skypack.dev/wordnet.book-type';
</script>
Get type from id in WordNet book.
const type = require('wordnet.book-type');
// type(<id>)
// this: WordNet book object
// -> <type>