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