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