Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jan 10, 2025
1 parent 9fc9aba commit 9e63758
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ensjs/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,16 @@ export {
makeLegacyCommitment,
makeLegacyCommitmentFromTuple,
makeLegacyCommitmentTuple,
makeLegacyCommitmentWithConfigTuple,
makeLegacyRegistrationTuple,
makeLegacyRegistrationWithConfigTuple,
isLegacyRegistrationWithConfigParameters,
type LegacyCommitmentTuple,
type LegacyCommitmentWithConfigTuple,
type LegacyRegistrationParameters,
type LegacyRegistrationBaseTuple as LegacyRegistrationTuple,
type LegacyRegistrationWithConfigParameters,
type LegacyRegistrationTuple,
type LegacyRegistrationWithConfigTuple,
} from './legacyRegisterHelpers.js'
export { makeSafeSecondsDate } from './makeSafeSecondsDate.js'
export {
Expand Down

0 comments on commit 9e63758

Please sign in to comment.