6 lines
86 B
TypeScript
Executable File
6 lines
86 B
TypeScript
Executable File
namespace jest {
|
|
interface Matchers<R, T> {
|
|
toMatchZod(expected: unknown): T;
|
|
}
|
|
}
|