@akostdev/device-model
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@akostdev/device-model

Get IOS device model

Install

npm install @akostdev/device-model
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


getModelInfo()

getModelInfo() => Promise<{ model: string; }>

Returns: Promise<{ model: string; }>


Readme

Keywords

Package Sidebar

Install

npm i @akostdev/device-model

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

17.3 kB

Total Files

27

Last publish

Collaborators

  • akostdev