This commit is contained in:
6
node_modules/apollo-client/util/subscribeAndCount.d.ts
generated
vendored
Normal file
6
node_modules/apollo-client/util/subscribeAndCount.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="jest" />
|
||||
import { ObservableQuery } from '../core/ObservableQuery';
|
||||
import { ApolloQueryResult } from '../core/types';
|
||||
import { Subscription } from '../util/Observable';
|
||||
export default function subscribeAndCount(done: jest.DoneCallback, observable: ObservableQuery<any>, cb: (handleCount: number, result: ApolloQueryResult<any>) => any): Subscription;
|
||||
//# sourceMappingURL=subscribeAndCount.d.ts.map
|
||||
Reference in New Issue
Block a user