npm.io
0.0.1 • Published 3 years ago

uuid-get

Licence
MIT
Version
0.0.1
Deps
0
Size
19 kB
Vulns
0
Weekly
0

uuid-get

This would aid to get the uuid of the device even if you uninstall it from the device

Install

npm install uuid-get
npx cap sync

API

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

Returns: Promise<{ value: string; }>


getUUID()
getUUID() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


Keywords