UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

8 lines (6 loc) 205 B
type DisposableSubscription = () => void; declare class Disposable { protected subscriptions: Array<DisposableSubscription>; dispose(): void; } export { Disposable, type DisposableSubscription };