Comparing version 0.8.1 to 0.8.2
import { RequestHandler } from './handlers/requestHandler'; | ||
export declare type Mask = RegExp | string; | ||
interface PublicAPI { | ||
start(serviceWorkerURL?: string, options?: RegistrationOptions): void; | ||
stop(): void; | ||
start(serviceWorkerURL?: string, options?: RegistrationOptions): Promise<ServiceWorkerRegistration>; | ||
stop(): Promise<void>; | ||
} | ||
export declare const composeMocks: (...requestHandlers: RequestHandler<any>[]) => PublicAPI; | ||
export {}; |
{ | ||
"name": "msw", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Deviation-less client-side runtime API mocking using Service Workers.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
156886
4535