MCPcopy
hub / github.com/zloirock/core-js / es.set.difference.js

File es.set.difference.js

tests/unit-global/es.set.difference.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createIterable, createSetLike } from '../helpers/helpers.js';
2
3QUnit.test('Set#difference', assert => {
4 const { difference } = Set.prototype;

Callers

nothing calls this directly

Calls 2

createSetLikeFunction · 0.90
createIterableFunction · 0.90

Tested by

no test coverage detected