/
drndsv
/
react
Обзор
Документация
Войти
/
drndsv
/
react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
react
/
node_modules
/
yallist
/
..
LICENSE
Initial commit
год назад
README.md
Initial commit
год назад
iterator.js
Initial commit
год назад
package.json
Initial commit
год назад
yallist.js
Initial commit
год назад
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