UNPKG

vitepress-jsdoc

Version:

A bridge between Vitepress and JSDoc-style commented codebases for hassle-free documentation.

15 lines 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatisticType = void 0; /** * Represents the types of statistics for parsed files. * @enum {string} */ var StatisticType; (function (StatisticType) { StatisticType["EMPTY"] = "EMPTY"; StatisticType["ERROR"] = "ERROR"; StatisticType["EXCLUDE"] = "EXCLUDE"; StatisticType["INCLUDE"] = "INCLUDE"; })(StatisticType || (exports.StatisticType = StatisticType = {})); //# sourceMappingURL=interfaces.js.map