UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 350 B
import './@types/point.js'; import './@types/rect.js'; import { INT, LPCWSTR } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function WinKill(windowTitle, windowText = '') { return autoit.invoke('AU3_WinKill', INT, [LPCWSTR, LPCWSTR], [windowTitle, windowText]); } export { WinKill }; //# sourceMappingURL=win-kill.js.map