mayhap
v0.0.1
Published
Quick search for the word in this top
Downloads
3
Readme
MayHap
a quick search for the word in his top
Example
var Mayhap = require('./libs/mayhap.js');
console.log(
Mayhap()
.add('hi')
.add('hello')
.add('hallo')
.add('bye')
.suggest('he', 5)
);