UNPKG
tedis-mod
Version:
latest (0.2.1-beta)
0.2.1-beta
redis client for node.js with typescript and async
github.com/SamSteele01/tedis
SamSteele01/tedis
tedis-mod
/
build
/
util
/
index.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
sleep
(
seconds
:
number
):
Promise
<
void
>;
export
declare
const
config
: {
port
:
number
;
host
:
string
;
password
:
string
; };