Skip to content

Commit

Permalink
Fix rollup build error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 14, 2025
1 parent 290bf64 commit db6f571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,6 @@ export function replayable(
/** Internal methods for test purposes only. */
export const _TEST: {
limit: typeof limit;
} = /* @__PURE__ */ {
} = {
limit,
};

0 comments on commit db6f571

Please sign in to comment.