UNPKG

set-ops

Version:

Standard set operations missing in ES6

19 lines (18 loc) 323 B
{ "name": "set-ops", "version": "1.2.0", "description": "Standard set operations missing in ES6", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "ava" }, "keywords": [ "Sets" ], "author": "Maximilian Klein", "license": "MIT", "devDependencies": { "ava": "^0.21.0" } }