symmetric-difference-strings
Version:
Find the symmetric difference of two string arrays.
31 lines (30 loc) • 606 B
JSON
{
"name": "symmetric-difference-strings",
"type": "module",
"types": "index.d.ts",
"version": "0.0.4",
"description": "Find the symmetric difference of two string arrays.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"array",
"symmetric",
"difference",
"intersection",
"union",
"string",
"strings",
"set"
],
"author": "GirkovArpa",
"repository": {
"type": "git",
"url": "git+https://github.com/GirkovArpa/symmetric-difference-strings"
},
"license": "Unlicense",
"devDependencies": {
"chai": "^4.2.0"
}
}