UNPKG

stylelint

Version:
4 lines (3 loc) 94 B
export default function (str, blurChar="`") { return str.replace(/\/\*.*\*\//g, blurChar) }