UNPKG
dmx-ts
Version:
beta (0.1.0-beta.0)
latest (0.4.0)
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0-beta.1
0.1.0-beta.0
A nodejs DMX library
github.com/node-dmx/dmx-ts
node-dmx/dmx-ts
dmx-ts
/
dist
/
src
/
util
/
time.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
const
wait
:
(
millis
:
number
) =>
Promise
<
void
>;