Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored and github-actions[bot] committed Oct 17, 2023
1 parent adeddb1 commit a5bcc01
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export type { recordOptions } from './types';
const { addCustomEvent } = record;
const { freezePage } = record;

export {
record,
addCustomEvent,
freezePage,
Replayer,
utils,
};
export { record, addCustomEvent, freezePage, Replayer, utils };

export { takeFullSnapshot, mirror } from './record';
export { takeFullSnapshot, mirror } from './record';

0 comments on commit a5bcc01

Please sign in to comment.