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

Function normalize

test/usage.js:5–7  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

3import tests from './fixture/usage.js';
4
5function normalize(str) {
6 return str.replace(/\n|\r\n?|\f/g, '\n');
7}
8
9function createCompressWithUsageTest(name, test) {
10 it(name, () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…