Skip to content

Commit 064b066

Browse files
committed
Remove unused RecorderPlugin export
1 parent fee8740 commit 064b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { stringify, type UserFlow } from "@puppeteer/replay"
22

3-
export class RecorderPlugin {
3+
class RecorderPlugin {
44
stringify(recording: UserFlow) {
55
return stringify(recording)
66
}

0 commit comments

Comments
 (0)