/
Stameskaaa
/
Server
Обзор
Документация
Войти
/
Stameskaaa
/
Server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Server
/
node_modules
/
kareem
/
..
LICENSE
first
2 года назад
README.md
first
2 года назад
index.js
first
2 года назад
package.json
first
2 года назад
kareem
API
pre hooks
It runs without any hooks specified
It runs basic serial pre hooks
It can run multipe pre hooks
It can run fully synchronous pre hooks
It properly attaches context to pre hooks
It can execute parallel (async) pre hooks
It supports returning a promise
post hooks
It runs without any hooks specified
It executes with parameters passed in
It can use synchronous post hooks
It supports returning a promise
wrap()
It wraps pre and post calls into one call
createWrapper()
It wraps wrap() into a callable function
clone()
It clones a Kareem object
merge()
It pulls hooks from another Kareem object
README.md