MCPcopy Create free account
hub / github.com/browserslist/browserslist / arrayContaining

Function arrayContaining

test/node.test.js:7–7  ·  view source on GitHub ↗
(set, subset)

Source from the content-addressed store, hash-verified

5let browserslist = require('..')
6
7let arrayContaining = (set, subset) => subset.every(v => set.includes(v))
8
9test('selects Node.js version', () => {
10 equal(browserslist('node 7.5.0'), ['node 7.5.0'])

Callers 1

node.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected