跳到主要内容

reset 重置

reset

类型: MethodDeclaration

所属类: ModuleList

定义位置: util.ts

描述

重置

返回值

类型: void

源代码

位置: 第 561 行

public reset(): void {
this.length = 0
const map = this.moduleMap
for (const key of Object.keys(map)) {
delete map[key]
}
}

文档生成时间:2025/7/7 12:07:07