ms-types 0.3.5 → 0.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/utils.d.ts CHANGED
@@ -24,5 +24,5 @@ declare namespace utils {
24
24
  * @example
25
25
  * utils.takeMeToFront()
26
26
  */
27
- function takeMeToFront(): void;
27
+ function takeMeToFront(): boolean;
28
28
  }
@@ -26,5 +26,5 @@ declare namespace $工具 {
26
26
  * @example
27
27
  * $工具.APP切入前台()
28
28
  */
29
- function APP切入前台(): void;
29
+ function APP切入前台(): 布尔值;
30
30
  }