UNPKG

@mockyeah/fetch

Version:

fetch integration for mockyeah request mocking utility.

9 lines (8 loc) 261 B
import { MatchNormal, Match } from './types'; declare const stripQuery: (url: string) => { url: string; query: any; }; declare const normalize: (_match: Match, incoming?: boolean | undefined) => MatchNormal; export { stripQuery }; export { normalize };