Are these two lines equivalent? ``` var router = require('express').Router() var router = require('node-async-router')() ``` If that's correct, its still very simple to replace the built in router (see also https://expressjs.com/en/guide/routing.html#express-router ), but it might also be useful to mention this in the readme.
Are these two lines equivalent?
If that's correct, its still very simple to replace the built in router (see also https://expressjs.com/en/guide/routing.html#express-router ), but it might also be useful to mention this in the readme.