docs(): massive updates

This commit is contained in:
mhartington
2016-07-08 15:19:13 -04:00
parent ba20dbe590
commit 9eb63a0d74
10 changed files with 67 additions and 53 deletions
+4
View File
@@ -76,6 +76,10 @@ export class Network {
}
/**
* @private
*/
export class Connection {
static get UNKNOWN() { return 'unknown'; }
static get ETHERNET() { return 'ethernet'; }