1.0.0 • Published 2 years ago

alamano-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Alamano

check if the word exists in the vocabulary

Install using yarn or npm

npm install alamano-js

Usage

const alamano = require("alamano-js");

const checker = alamano("en");

console.log(checker.checkword("hello"));