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