* Indicate if this packageInfo is for an Addon. * * @method isForAddon * @return {Boolean} true if this packageInfo is for an Addon, false otherwise.
()
| 241 | * @return {Boolean} true if this packageInfo is for an Addon, false otherwise. |
| 242 | */ |
| 243 | isForAddon() { |
| 244 | return isAddon(this.pkg.keywords); |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * Indicate if this packageInfo represents an engine. |
no outgoing calls
no test coverage detected