feat: 格式化代码 添加d.ts文件 去除引擎无关代码 清理单元测试
This commit is contained in:
@ -26,10 +26,10 @@ function compare(prop) {
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
exports = module.exports = {
|
||||
compare: compare
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user