UNPKG

xhr-mock

Version:

Utility for mocking XMLHttpRequest.

3 lines (2 loc) 136 B
import { Mock, MockFunction } from './types'; export default function (method: string, url: string | RegExp, mock: Mock): MockFunction;