Skip to content

Type Alias: Matcher

ts
type Matcher = `${"DELETE" | "GET" | "POST" | "PUT"} /${string}`;

Defined in: src/testing/FakeInstance.ts:49

"METHOD /path" — matched against pathname only (query ignored)