From 99f6bf4fde27b4ee032a74335d0527251a68b2c9 Mon Sep 17 00:00:00 2001 From: ftheirs Date: Fri, 19 Jul 2024 15:57:28 -0300 Subject: [PATCH] export isTouchDevice function (#464) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index bfef925..6b1ec39 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,4 +19,4 @@ export default Zemu; export { ClickNavigation, TouchNavigation } from "./actions"; export { DEFAULT_START_OPTIONS } from "./constants"; export { ButtonKind, type IDeviceModel, type INavElement, type IStartOptions } from "./types"; -export { zondaxMainmenuNavigation } from "./zondax"; +export { isTouchDevice, zondaxMainmenuNavigation } from "./zondax";