nat-device-base

0.1.2 • Public • Published

nat-device-base

Installation

weexpack plugin add nat-device-base
npm install natjs --save

Usage

Use in weex file (.we)

<script>
import 'Nat' from 'natjs'
 
// get info
Nat.device.info((err, ret) => {
    console.log(ret)
})
 
</script> 

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-device-base

Weekly Downloads

9

Version

0.1.2

License

MIT

Last publish

Collaborators

  • natjs