Files

6 lines
86 B
TypeScript
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
namespace jest {
interface Matchers<R, T> {
toMatchZod(expected: unknown): T;
}
}