0.1.1 • Published 7 years ago

baggo v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

baggo

baggo bags, cannot unbaggo

var baggo = require('baggo')()

baggo('item')
baggo.look(0) === 'item'

Installation

$ npm install --save baggo

Usage

makeBaggo()

make baggo

var baggo = makeBaggo()

baggo(item)

put in baggo

warning: cannot unbaggo

baggo('$')

var index = baggo('$$$') // 1

baggo.look(i)

look in baggo

baggo('(❍ᴥ❍ʋ)')

baggo.look(0) === '(❍ᴥ❍ʋ)'

baggo.find(item)

find in baggo

baggo('(ノಠ益ಠ)ノ')

baggo.find('(ノಠ益ಠ)ノ') === 0
baggo.find(' つ ◕_◕ ༽つ') === -1 // (ಥ_ಥ)

License

MIT © Jamen Marz


version travis downloads license follow

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago