UNPKG

thesaurus

Version:

a thesaurus of words, it contains english by default but it can be used with your own data file

4 lines (3 loc) 131 B
var thesaurus = require("thesaurus"); console.log(thesaurus.find("constitutional")); console.log(thesaurus.find("structuralism"));