UNPKG
@ultipa-graph/ultipa-driver
Version:
latest (6.2.4)
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.0.18
6.0.17
6.0.16
6.0.15
6.0.14
6.0.13
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.0
5.1.5-s5.2
5.1.4-s5.1
5.1.3-s5.1
5.1.2-s5.1
5.0.1-s5.0
5.0.0-s5.0
NodeJS SDK for ultipa-server 5.1
@ultipa-graph/ultipa-driver
/
dist
/
utils
/
common.d.ts
4 lines
(3 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
export
declare
const
sleep
:
(
milliseconds
:
number
,
msg
?:
string
) =>
Promise
<
void
>;
export
declare
const
sleepSeconds
:
(
seconds
:
number
,
msg
?:
string
) =>
Promise
<
void
>;
export
declare
const
isNotNullString
:
(
s
:
string
) =>
Promise
<
boolean
>;