We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98e44 commit a818d79Copy full SHA for a818d79
index.ts
@@ -35,6 +35,7 @@ export {linear} from "./lib/movementtype.function";
35
export {Point} from "./lib/point.class";
36
export {Region} from "./lib/region.class";
37
export {Window} from "./lib/window.class";
38
+export {FileType} from "./lib/file-type.enum";
39
40
const screenActions = new VisionAdapter(providerRegistry);
41
const nativeActions = new NativeAdapter(providerRegistry);
0 commit comments