We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1646986 commit 8bfeb0fCopy full SHA for 8bfeb0f
README.md
@@ -29,6 +29,7 @@ Install with [npm](https://www.npmjs.com/):
29
## Usage
30
31
```ts
32
+import express from 'express';
33
import { createLazyRouter } from 'express-lazy-router';
34
const lazyLoad = createLazyRouter({
35
// In production, Load router asap
0 commit comments