Every line of 'express exports' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
364 public getExpressRouter(): express.Router { 365 return this.express; 366 }
42 get Express(): express.Application { 43 return this.express; 44 }