src/index.js
import ESComplexModule from './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();