alamano-js
v1.0.0
Published
a simple vocabulary checker library
Readme
Alamano
check if the word exists in the vocabulary
Install using yarn or npm
npm install alamano-jsUsage
const alamano = require("alamano-js");
const checker = alamano("en");
console.log(checker.checkword("hello"));