blob: 322e01580c67a655b524c1990af0d7ddc69dee6f [file] [log] [blame]
// NOTICE: This file is generated by Rollup. To modify it,
// please instead edit the ESM counterpart and rebuild with Rollup (npm run build).
'use strict';
/**
* @param {string} source
* @param {string} [blurChar]
* @returns {string}
*/
function blurInterpolation(source, blurChar = ' ') {
return source.replace(/[#@{}]+/g, blurChar);
}
module.exports = blurInterpolation;