source:
node_modules/core-js-pure/actual/set/difference.js@
b78c0c1
Last change on this file since b78c0c1 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 209 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | require('../../modules/es.set'); |
3 | require('../../modules/esnext.set.difference.v2'); |
4 | var entryUnbind = require('../../internals/entry-unbind'); |
5 | |
6 | module.exports = entryUnbind('Set', 'difference'); |
Note:
See TracBrowser
for help on using the repository browser.