/
Dr.Greeb
/
react-gameshop
Обзор
Документация
Войти
/
Dr.Greeb
/
react-gameshop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
react-gameshop
/
...
/
node_modules
/
kareem
/
..
.nyc_output
add server node+sqlite
9 месяцев назад
coverage
add server node+sqlite
9 месяцев назад
CHANGELOG.md
add server node+sqlite
9 месяцев назад
LICENSE
add server node+sqlite
9 месяцев назад
README.md
add server node+sqlite
9 месяцев назад
SECURITY.md
add server node+sqlite
9 месяцев назад
index.d.ts
add server node+sqlite
9 месяцев назад
index.js
add server node+sqlite
9 месяцев назад
package.json
add server node+sqlite
9 месяцев назад
kareem
API
pre hooks
It runs without any hooks specified
It runs basic serial pre hooks
It can run multiple 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