1.0.5 • Published 12 months ago

@hmphu/capacitor-isdebug v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

capacitor-isdebug

Detect if app is run in debug or release mode

Install

npm install @guimapkx/capacitor-isdebug
npx cap sync

API

getIsDebug()

getIsDebug() => Promise<{ value: boolean | null; }>

Return if app is run on debug or release mode. Return null if can't detect.

Returns: Promise<{ value: boolean | null; }>


1.0.5

12 months ago