What is the right way to export the class to be extended from other classes NodeJs?

后端 未结 0 1037
鱼传尺愫
鱼传尺愫 2020-12-19 06:40

Base class looks like this:

class BaseReport {
    constructor(reportName) {
        this.reportName = reportName;
    }
    async generateReport(accountId, r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题