UNPKG
@pomofficial/redis
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
Pomegranate Redis Plugin
@pomofficial/redis
/
index.d.ts
9 lines
(8 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@file
index
*
@author
Jim Bulkowski <jim.b
@paperelectron
.com> *
@project
sequelize
-core *
@license
MIT {
@link
http://opensource.org/licenses/MIT} */
export
*
from
'redis'
;
export
declare
const
Plugin
:
import
(
"@pomegranate/plugin-tools"
).
InjectableBuilder
;