/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
project-client-server-apps
/
...
/
node_modules
/
yallist
/
..
LICENSE
update project
год назад
README.md
update project
год назад
iterator.js
update project
год назад
package.json
update project
год назад
yallist.js
update project
год назад
yallist
basic usage
api
Yallist
Yallist.create(..)
yallist.head
yallist.tail
yallist.length
yallist.toArray()
yallist.forEach(fn, [thisp])
yallist.forEachReverse(fn, [thisp])
yallist.get(n)
yallist.getReverse(n)
yallist.map(fn, thisp)
yallist.mapReverse(fn, thisp)
yallist.pop()
yallist.push(item, ...)
yallist.reduce(fn, initialValue)
yallist.reduceReverse
yallist.reverse
yallist.shift()
yallist.slice([from], [to])
yallist.sliceReverse([from], [to])
yallist.toArray()
yallist.toArrayReverse()
yallist.unshift(item, ...)
yallist.unshiftNode(node)
yallist.pushNode(node)
yallist.removeNode(node)
Yallist.Node
node.next
node.prev
node.value
node.list
README.md