UNPKG

156 BTypeScriptView Raw
1import { MockState } from './types';
2export default function subscribe(self: MockState, type: string, method: string, params: Array<any>): Promise<number>;