mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
添加声明,删除多余声明
Signed-off-by: ganchuantao <ganchuantao1@huawei.com> Change-Id: Ie14732b7c9521d6826af149e8b7fca440854bdf9
This commit is contained in:
parent
b6e2c57d38
commit
13f181fba3
6
kits/@kit.PerformanceAnalysisKit.d.ts
vendored
6
kits/@kit.PerformanceAnalysisKit.d.ts
vendored
@ -18,7 +18,6 @@
|
||||
* @kit PerformanceAnalysisKit
|
||||
*/
|
||||
|
||||
import bytrace from '@ohos.bytrace';
|
||||
import FaultLogger from '@ohos.faultLogger';
|
||||
import hiAppEvent from '@ohos.hiviewdfx.hiAppEvent';
|
||||
import hichecker from '@ohos.hichecker';
|
||||
@ -28,8 +27,9 @@ import hiSysEvent from '@ohos.hiSysEvent';
|
||||
import hiTraceChain from '@ohos.hiTraceChain';
|
||||
import hiTraceMeter from '@ohos.hiTraceMeter';
|
||||
import logLibrary from '@ohos.logLibrary';
|
||||
import jsLeakWatcher from '@ohos.hiviewdfx.jsLeakWatcher';
|
||||
|
||||
export {
|
||||
FaultLogger, bytrace, hiAppEvent, hiSysEvent, hiTraceChain, hiTraceMeter, hichecker, hidebug, hilog,
|
||||
logLibrary
|
||||
FaultLogger, hiAppEvent, hiSysEvent, hiTraceChain, hiTraceMeter, hichecker, hidebug, hilog,
|
||||
logLibrary, jsLeakWatcher
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user