.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / features / set / of.js
1 'use strict';
2 require('../../modules/es.set');
3 require('../../modules/es.string.iterator');
4 require('../../modules/esnext.set.of');
5 require('../../modules/web.dom-collections.iterator');
6 var path = require('../../internals/path');
7
8 var Set = path.Set;
9 var setOf = Set.of;
10
11 module.exports = function of() {
12   return setOf.apply(typeof this === 'function' ? this : Set, arguments);
13 };