We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee8740 commit 064b066Copy full SHA for 064b066
src/index.ts
@@ -1,6 +1,6 @@
1
import { stringify, type UserFlow } from "@puppeteer/replay"
2
3
-export class RecorderPlugin {
+class RecorderPlugin {
4
stringify(recording: UserFlow) {
5
return stringify(recording)
6
}
0 commit comments