UNPKG
@onesy/redis
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Redis
github.com/onesy-me/redis
onesy-me/redis
@onesy/redis
/
esm
/
index.js
7 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@license
Redis v1.0.5 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
export
*
from
'./OnesyRedis'
;
export
{
default
}
from
'./OnesyRedis'
;