* Checks whether the given symbol is a module. * @name jsdocx.utils.isModule * @function * * @param {Object} symbol - Documented symbol object. * @returns {Boolean} -
(symbol)
| 312 | * @returns {Boolean} - |
| 313 | */ |
| 314 | isModule(symbol) { |
| 315 | return symbol.kind === 'module'; |
| 316 | }, |
| 317 | |
| 318 | /** |
| 319 | * Checks whether the given symbol is marked as a mixin (is intended to be |
nothing calls this directly
no outgoing calls
no test coverage detected