cypress-msw-interceptor
cypress-msw-interceptor copied to clipboard
feat: add types
trafficstars
Fixes #20
Thank you, used your index.d.ts outside the node_modules/cypress-msw-interceptor renamed as src/types/cypressMswInterceptor.d.ts ... Working well.
Added // eslint-disable-next-line @typescript-eslint/no-unused-vars
on top of the Subject = any line
Note that ; are not needed in TypeScript, the VSCode auto-formatter I use even removes them by default.
Since the project is in pure JS, I fear this PR will never be merged.. Or maybe in some documentation section