PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/jsdoc/plugins

Просмотр файла: shout.js

/**
 * This is just an example.
 *
 * @module plugins/shout
 */
exports.handlers = {
    /**
     * Make your descriptions more shoutier.
     */
    newDoclet({doclet}) {
        if (typeof doclet.description === 'string') {
            doclet.description = doclet.description.toUpperCase();
        }
    }
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!