feat: 格式化代码 添加d.ts文件 去除引擎无关代码 清理单元测试

This commit is contained in:
2018-05-17 18:30:40 +08:00
parent 967e7d1beb
commit 88d71abb2a
44 changed files with 494 additions and 565 deletions

View File

@ -26,10 +26,10 @@ function compare(prop) {
return 1;
} else {
return 0;
}
}
}
}
}
exports = module.exports = {
compare: compare
}
};