UNPKG

@mockyeah/fetch

Version:

fetch integration for mockyeah request mocking utility.

8 lines (7 loc) 190 B
declare const matchCb: ({ event }: { event: any; }) => boolean; declare const handlerCb: ({ event }: { event: any; }) => Response | Promise<Response>; export { matchCb, handlerCb };