@thi.ng/api
Advanced tools
Comparing version 8.9.17 to 8.9.18
# Change Log | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Last updated**: 2024-01-26T18:03:04Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/api", | ||
"version": "8.9.17", | ||
"version": "8.9.18", | ||
"description": "Common, generic types, interfaces & mixins", | ||
@@ -228,3 +228,3 @@ "type": "module", | ||
}, | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n" | ||
} |
@@ -189,3 +189,3 @@ export type ArrayLikeIterable<T> = ArrayLike<T> & Iterable<T>; | ||
* Takes an {@link NumericArray} and returns its corresponding {@link Type} ID. | ||
* Standard JS arrays will default to {@link "f64"}. | ||
* Standard JS arrays will default to "f64". | ||
* | ||
@@ -192,0 +192,0 @@ * @param x - |
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
120454