MCPcopy Index your code
hub / github.com/kangax/html-minifier / parseJSONArray

Function parseJSONArray

cli.js:84–89  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

82}
83
84function parseJSONArray(value) {
85 if (value) {
86 value = parseJSON(value);
87 return Array.isArray(value) ? value : [value];
88 }
89}
90
91function parseJSONRegExpArray(value) {
92 value = parseJSONArray(value);

Callers 1

parseJSONRegExpArrayFunction · 0.85

Calls 1

parseJSONFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…