We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7397a66 commit f0ac52cCopy full SHA for f0ac52c
index.ts
@@ -9,6 +9,7 @@ import { Screen } from "./lib/screen.class";
9
import { LineHelper } from "./lib/util/linehelper.class";
10
11
export { jestMatchers } from "./lib/expect/jest.matcher.function";
12
+export { sleep } from "./lib/sleep.function";
13
export { Image } from "./lib/image.class";
14
export { Key } from "./lib/key.enum";
15
export { centerOf, randomPointIn } from "./lib/location.function";
0 commit comments