@thein-naing-oo/check-root
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

check-root

A plugin for checking device's root status

Install

npm install check-root
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


checkRootStatus(...)

checkRootStatus(options: null) => Promise<{ isRooted: boolean; }>
Param Type
options null

Returns: Promise<{ isRooted: boolean; }>


Readme

Keywords

Package Sidebar

Install

npm i @thein-naing-oo/check-root

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

17.6 kB

Total Files

27

Last publish

Collaborators

  • thein-naing-oo