UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

12 lines (11 loc) 254 B
declare global { namespace jest { interface Matchers<R> { /** * Normalizes whitespace and performs string comparisons */ toBeSimilarStringTo(expected: string): R; } } } export {};