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