@indra.ai/deva 1.5.47 → 1.5.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +10 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1515,6 +1515,16 @@ class Deva {
|
|
|
1515
1515
|
return this._getFeature('wall', this._wall);
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
+
/**************
|
|
1519
|
+
func: shield
|
|
1520
|
+
params: none
|
|
1521
|
+
describe: basic shield features available in a Deva.
|
|
1522
|
+
usage: this.shield()
|
|
1523
|
+
***************/
|
|
1524
|
+
shield() {
|
|
1525
|
+
return this._getFeature('shield', this._shield);
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1518
1528
|
/**************
|
|
1519
1529
|
func: proxy
|
|
1520
1530
|
params: none
|