Improve npm packaging so it can be installed by npm and imported by a client
[node_zettair.git] / test.js
1 #!/usr/bin/env node
2
3 const zetjs = require('./zetjs');
4
5 const obj = new zetjs.Index();
6 console.log(obj.search('moby', 0, 10));