UNPKG
@ahmic/autoit-js
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Node.js bindings for AutoItX3.dll
kasimahmic.github.io/autoit-js/
KasimAhmic/autoit-js
@ahmic/autoit-js
/
dist
/
util
/
constants.js
6 lines
(4 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
const
HWND_HEX_SIZE =
18
;
const
AU3_INTDEFAULT =
-2147483647
;
export
{ AU3_INTDEFAULT, HWND_HEX_SIZE };
//# sourceMappingURL=constants.js.map