@extra-array/intersection
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| const array = require('extra-array'); | ||
| const array = require("extra-array"); | ||
@@ -3,0 +3,0 @@ var x = [1, 2, 3, 4]; |
+1
-1
| declare module "@extra-array/intersection" { | ||
| import type { compareFn, mapFn } from './_types'; | ||
| import type { compareFn, mapFn } from "./_types"; | ||
| /** | ||
@@ -4,0 +4,0 @@ * Gives values present in both arrays. |
+2
-4
| { | ||
| "name": "@extra-array/intersection", | ||
| "version": "2.10.11", | ||
| "version": "2.10.12", | ||
| "description": "Gives values present in both arrays.", | ||
@@ -30,5 +30,3 @@ "main": "index.js", | ||
| "homepage": "https://github.com/nodef/extra-array#readme", | ||
| "dependencies": { | ||
| "extra-set": "^2.2.5" | ||
| } | ||
| "dependencies": {} | ||
| } |
+1
-1
@@ -22,3 +22,3 @@ Gives values present in both arrays. [:running:] [:vhs:] [:package:] [:moon:] [:ledger:] | ||
| ```javascript | ||
| const array = require('extra-array'); | ||
| const array = require("extra-array"); | ||
@@ -25,0 +25,0 @@ var x = [1, 2, 3, 4]; |
0
-100%6713
-0.43%- Removed
- Removed