mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 20:45:27 -04:00
e12635d8f2
* Monorepo build * Added global gitignore * Excluded .idea folder * Added step to set up pnpm * Added packageManager info to root level package.json * Replaced npx with pnpx * Fixed trailing comma * NPM_TOKEN * NPM_TOKEN * NPM_TOKEN * Added missing root level coverage:clean target * Streamlined naming of samples * Run coverage instead of test * Updated lock file * Updated sonar settings * Updated sonar settings * Aligned package versions, added script to bump versions on snapshot releases
11 lines
286 B
TypeScript
11 lines
286 B
TypeScript
import KeyboardAction from "./libnut-keyboard.class";
|
|
import MouseAction from "./libnut-mouse.class";
|
|
import ScreenAction from "./libnut-screen.class";
|
|
import WindowAction from "./libnut-window.class";
|
|
|
|
export {
|
|
KeyboardAction,
|
|
MouseAction,
|
|
ScreenAction,
|
|
WindowAction,
|
|
} |