reykit 1.0.204 → 1.0.206

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.
@@ -57,4 +57,4 @@ export declare function useValueByMobile<Value, MobileValue>(value: Value, mobil
57
57
  * @param func - Execute function.
58
58
  * @param args - Execute arguments.
59
59
  */
60
- export declare function useExec<T extends any>(func: (...args: T[]) => void, ...args: T[]): void;
60
+ export declare function useExec<T extends any>(func: (...args: T[]) => any | Promise<any>, ...args: T[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.204",
3
+ "version": "1.0.206",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [