Update autoit.js

This commit is contained in:
Namhyeon Go 2024-07-10 19:47:24 +09:00
parent c9bc48ad88
commit 0f8557b09f

View File

@ -55,4 +55,8 @@ function AutoItObject() {
exports.create = function() {
return new AutoItObject();
};
};
exports.VERSIONINFO = "AutoIt API interface version 0.1.3";
exports.global = global;
exports.require = global.require;