UNPKG
@ultipa-graph/ultipa-node-sdk
Version:
latest (4.5.0-s4.4)
4.5.0-s4.4
4.3.2
4.3.1
4.3.0
4.2.12
4.2.9
4.2.2
4.1.2-beta.1.rc.1
4.1.2-beta.1
4.1.1
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.4
4.0.3
4.0.1
NodeJS SDK for ultipa-server 4.0
@ultipa-graph/ultipa-node-sdk
/
dist
/
utils
/
common.d.ts
4 lines
(3 loc)
•
239 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
>;