Skip to content

Commit a818d79

Browse files
authored
(#301) Exported FilType enum (#302)
1 parent ef98e44 commit a818d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {linear} from "./lib/movementtype.function";
3535
export {Point} from "./lib/point.class";
3636
export {Region} from "./lib/region.class";
3737
export {Window} from "./lib/window.class";
38+
export {FileType} from "./lib/file-type.enum";
3839

3940
const screenActions = new VisionAdapter(providerRegistry);
4041
const nativeActions = new NativeAdapter(providerRegistry);

0 commit comments

Comments
 (0)