@thi.ng/checks 3.4.16 → 3.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-31T09:44:23Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -80,4 +80,4 @@ If this project contributes to an academic publication, please cite it as:
80
80
 
81
81
  ## License
82
82
 
83
- © 2016 - 2023 Karsten Schmidt // Apache License 2.0
83
+ © 2016 - 2024 Karsten Schmidt // Apache License 2.0
@@ -1,4 +1,3 @@
1
- type TypedArray = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array;
1
+ export type TypedArray = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array;
2
2
  export declare const isTypedArray: (x: any) => x is TypedArray;
3
- export {};
4
3
  //# sourceMappingURL=is-typedarray.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.4.16",
3
+ "version": "3.4.18",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -279,5 +279,5 @@
279
279
  "default": "./is-zero.js"
280
280
  }
281
281
  },
282
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
282
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
283
283
  }