UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

9 lines (8 loc) 199 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.trimExtraSpaces = trimExtraSpaces; function trimExtraSpaces(str) { return str.trim().replace(/\s{2,}/g, ' '); }