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 a2eebca commit 2ee58e3Copy full SHA for 2ee58e3
src/response.ts
@@ -7,7 +7,8 @@
7
* file that was distributed with this source code.
8
*/
9
10
-import '@japa/openapi-assertions'
+/// <reference types="@japa/openapi-assertions" />
11
+
12
import { Assert } from '@japa/assert'
13
import Macroable from '@poppinss/macroable'
14
import setCookieParser from 'set-cookie-parser'
0 commit comments