mayhap

0.0.1 • Public • Published

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)
);
 

/mayhap/

    Package Sidebar

    Install

    npm i mayhap

    Weekly Downloads

    1

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • yaroslavgaponov