ms-types 0.3.11 → 0.3.13
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
package/types/global.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ declare function logd(...args: any[]): void;
|
|
|
157
157
|
* logi("用户登录成功");
|
|
158
158
|
*/
|
|
159
159
|
declare function logi(...args: any[]): void;
|
|
160
|
-
declare function
|
|
160
|
+
declare function println(...args: any[]): void;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
163
|
* 打印警告日志 - 输出警告级别的日志
|
package/types/image.d.ts
CHANGED