@returns {string}
()
| 80 | |
| 81 | /** @returns {string} */ |
| 82 | get version() { |
| 83 | return this.getPackageJSONFileItem().item.version; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Returns a Data instance for either the src/course or build/course folder |
nothing calls this directly
no test coverage detected