MCPcopy Create free account
hub / github.com/neomjs/neo / isModule

Function isModule

buildScripts/docs/jsdoc-x/utils.mjs:314–316  ·  view source on GitHub ↗

* Checks whether the given symbol is a module. * @name jsdocx.utils.isModule * @function * * @param {Object} symbol - Documented symbol object. * @returns {Boolean} -

(symbol)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected