Skip to content

Commit b462314

Browse files
committed
(#129) Export new parameters class
1 parent 2e787ec commit b462314

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
@@ -15,6 +15,7 @@ export { Key } from "./lib/key.enum";
1515
export { Button } from "./lib/button.enum";
1616
export { centerOf, randomPointIn } from "./lib/location.function";
1717
export { LocationParameters } from "./lib/locationparameters.class";
18+
export { OptionalSearchParameters } from "./lib/optionalsearchparameters.class";
1819
export { linear } from "./lib/movementtype.function";
1920
export { Point } from "./lib/point.class";
2021
export { Region } from "./lib/region.class";

0 commit comments

Comments
 (0)