UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 319 B
import './@types/point.js'; import './@types/rect.js'; import { INT, LPCWSTR } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function DriveMapDel(device) { return autoit.invoke('AU3_DriveMapDel', INT, [LPCWSTR], [device]); } export { DriveMapDel }; //# sourceMappingURL=drive-map-del.js.map