UNPKG

232 BTypeScriptView Raw
1import { ProviderInterface$Emitted, ProviderInterface$EmitCb } from '../types';
2import { MockState } from './types';
3export default function on(self: MockState, type: ProviderInterface$Emitted, sub: ProviderInterface$EmitCb): void;