MCPcopy
hub / github.com/mswjs/msw / toString

Method toString

test/support/graphql.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 toString(): string & DocumentTypeDecoration<TResult, TVariables> {
72 return this.value
73 }
74}
75
76export function createTypedDocumentString<TResult = any, TVariables = any>(

Calls

no outgoing calls

Tested by

no test coverage detected