UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

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