What problem does this feature solve?
Jest and Vitest exposes there internal types which allows people to author libraries that arguments their capabilities.
See an example here https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/packages/aws-sdk-client-mock-jest/src/vitest.ts.
If there is anyone to guide me, I can try to submit a Pr for this.
What does the proposed API look like?
Same, just typedefs exported.
What problem does this feature solve?
Jest and Vitest exposes there internal types which allows people to author libraries that arguments their capabilities.
See an example here https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/packages/aws-sdk-client-mock-jest/src/vitest.ts.
If there is anyone to guide me, I can try to submit a Pr for this.
What does the proposed API look like?
Same, just typedefs exported.