UNPKG

149 BTypeScriptView Raw
1import { MockState } from './types';
2export default function unsubscribe(self: MockState, type: string, name: string, id: number): Promise<boolean>;