Adding some JSDoc definitions

This commit is contained in:
Louis Orleans
2016-05-05 18:06:33 -07:00
parent b4b131c82a
commit 9682ac8f11
5 changed files with 20 additions and 2 deletions
+6 -2
View File
@@ -10,9 +10,13 @@ import {HotspotDevice} from './hotspot-device.model';
* @description
* @usage
* ```js
* import {Hotspot} from 'ionic-native';
*
* import {Hotspot, Network} from 'ionic-native';
*
* ...
* Hotspot.scanWifi().then((networks: Array<Network>) => {
* console.log(networks);
* });
* ...
*
* ```
*/