How to use the jsdoc-api.cache function in jsdoc-api

To help you get started, we’ve selected a few jsdoc-api examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jsdoc2md / jsdoc-to-markdown / es5 / lib / jsdoc-to-markdown.js View on Github external
value: function clear() {
      return jsdocApi.cache.clear().then(function () {
        return dmd.cache.clear();
      });
    }
  }, {
github jsdoc2md / jsdoc-to-markdown / index.js View on Github external
clear () {
    return jsdocApi.cache.clear().then(() => dmd.cache.clear())
  }

jsdoc-api

A programmatic interface for jsdoc

MIT
Latest version published 3 days ago

Package Health Score

67 / 100
Full package analysis