ES6 Plato on GitHub
Report Home
Summary Display
escomplex-project/src/index.ts
Maintainability
100.00
Lines of code
12
Difficulty
0.50
Estimated Errors
0.00
Function weight
By Complexity
By SLOC
import path from "path"; import ESComplexProject from "./ESComplexProject"; export { ESComplexProject }; /** * Exports the default instance of ESComplexProject which is associated with the main entry in `package.json`. * It should be noted that this default instance doesn't accept user options for ESComplexProject initialization. */ export default new ESComplexProject(path);