@zthun/helpful-fn 9.11.10 → 9.11.11

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.
@@ -49,5 +49,5 @@ export declare class ZAssert {
49
49
  * @param fail -
50
50
  * The factory that is responsible for returning the specified error to throw.
51
51
  */
52
- assert<E extends Error>(fail: (message: any | any[]) => E): void;
52
+ assert<E extends Error>(fail: (message: any) => E): void;
53
53
  }