MCPcopy
hub / github.com/css/csso / normalize

Function normalize

test/compress.js:8–10  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

6const { parse, walk, generate, compress } = syntax;
7
8function normalize(str) {
9 return (str || '').replace(/\n|\r\n?|\f/g, '\n');
10}
11
12function createCompressTest(name, test) {
13 const testFn = () => {

Callers 1

testFnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…