@thi.ng/arrays
Advanced tools
Comparing version 2.8.4 to 2.8.5
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-02T14:05:52Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "2.8.4", | ||
"version": "2.8.5", | ||
"description": "Array / Arraylike utilities", | ||
@@ -168,3 +168,3 @@ "type": "module", | ||
}, | ||
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n" | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
} |
@@ -130,2 +130,4 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```ts | ||
import { binarySearch, bsGT, bsLT } from "@thi.ng/arrays"; | ||
const src = [10, 20, 30, 40]; | ||
@@ -132,0 +134,0 @@ |
@@ -24,2 +24,4 @@ import type { Fn } from "@thi.ng/api"; | ||
* ```ts | ||
* import { swizzle } from "@thi.ng/arrays"; | ||
* | ||
* swizzle(["a", "c", "b"])({a: 1, b: 2, c: 3}) // [ 1, 3, 2 ] | ||
@@ -26,0 +28,0 @@ * ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79266
1581
164