MCPcopy Create free account
hub / github.com/browserslist/browserslist / parse.js

File parse.js

parse.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var SPACE = /\s/
2
3function flatten(array) {
4 if (!Array.isArray(array)) return [array]

Callers

nothing calls this directly

Calls 2

flattenFunction · 0.85
parseBlockFunction · 0.85

Tested by

no test coverage detected