MCPcopy Create free account
hub / github.com/nodejs/node / unique

Function unique

test/fixtures/wpt/WebCryptoAPI/util/helpers.js:264–266  ·  view source on GitHub ↗
(names)

Source from the content-addressed store, hash-verified

262}
263
264function unique(names) {
265 return [...new Set(names)];
266}
267
268// Algorithm name specifiers are case-insensitive. Generate several
269// case variations of a given name.

Callers 1

allNameVariantsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected