Skip to content

Commit

Permalink
Export useful enums (#77)
Browse files Browse the repository at this point in the history
Fixes #74
  • Loading branch information
marcospassos authored and Yuyz0112 committed May 31, 2019
1 parent ac8ec4b commit c1b8651
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,4 +2,5 @@ import record from './record';
import { Replayer } from './replay';
import { mirror } from './utils';

export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents } from './types'
export { record, Replayer, mirror };

0 comments on commit c1b8651

Please sign in to comment.