typed-array-byte-length
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,2 +8,8 @@ # Changelog | ||
## [v1.0.3](https://github.com/inspect-js/typed-array-byte-length/compare/v1.0.2...v1.0.3) - 2024-12-17 | ||
### Commits | ||
- [types] oops, this is a type export, not a value export [`2fcf3e8`](https://github.com/inspect-js/typed-array-byte-length/commit/2fcf3e87f0312bca866dd24e805641f9c2c0798b) | ||
## [v1.0.2](https://github.com/inspect-js/typed-array-byte-length/compare/v1.0.1...v1.0.2) - 2024-12-17 | ||
@@ -10,0 +16,0 @@ |
import type { TypedArray } from 'is-typed-array'; | ||
declare namespace typedArrayByteLength { | ||
export { TypedArray }; | ||
export type { TypedArray }; | ||
} | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "typed-array-byte-length", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Robustly get the byte length of a Typed Array", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18443
1