UNPKG

ut-tools

Version:

Build and Release management automation package.

11 lines (9 loc) 178 B
'use strict'; /** * @param {string} source * * @returns {string} */ module.exports = function (source, blurChar = '`') { return source.replace(/\/\*.*\*\//g, blurChar); };