Skip to content

Commit

Permalink
export Tracker type
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 10, 2021
1 parent 1f994df commit 7258a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { MockClient } from './MockClient';
import { Tracker } from './Tracker';

export { MockClient } from './MockClient';
export type { Tracker } from './Tracker';
export type { RawQuery, QueryMatcher, FunctionQueryMatcher } from '../types/mock-client';

export function getTracker(): Tracker {
Expand Down

0 comments on commit 7258a57

Please sign in to comment.