MCPcopy Index your code
hub / github.com/webpack/webpack / Matchers

Interface Matchers

declarations.test.d.ts:18–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17declare namespace jest {
18 interface Matchers<R> {
19 toBeTypeOf: (
20 expected:
21 | "string"
22 | "number"
23 | "bigint"
24 | "boolean"
25 | "symbol"
26 | "undefined"
27 | "object"
28 | "function"
29 ) => void;
30 toEndWith: (expected: string) => void;
31 }
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected