@ribbon-studios/js-utils 1.5.1 → 1.5.2

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.
@@ -2,4 +2,4 @@
2
2
  * Purely for testing spinners / skeletons
3
3
  * @returns A promise that never resolves
4
4
  */
5
- export declare function never(p?: Promise<any>): Promise<void>;
5
+ export declare function never<T>(p?: Promise<T>): Promise<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ribbon-studios/js-utils",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Collection of generic javascript utilities curated by the Rainbow Cafe~",
5
5
  "type": "module",
6
6
  "source": "src/*.ts",