Skip to content

Commit 838c317

Browse files
committed
feat: export NextFn type helper
1 parent 2a65150 commit 838c317

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/types/middleware.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
import type { ContainerResolver } from '@adonisjs/fold'
1111
import type { NextFn } from '@poppinss/middleware/types'
1212
import type { Constructor, LazyImport } from '@poppinss/utils/types'
13-
1413
import type { HttpContext } from '../http_context/main.ts'
1514

15+
export { NextFn }
16+
1617
/**
1718
* Middleware represented as a class constructor that implements a handle method
1819
*/

0 commit comments

Comments
 (0)