Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 1, 2024
1 parent 8f066a3 commit a0b720a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AbiParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export namespace encodePacked {
: unknown
}

// eslint-disable-next-line jsdoc/require-jsdoc
export function encode<const packedAbiType extends PackedAbiType | unknown>(
type: packedAbiType,
value: Values<[packedAbiType]>[0],
Expand Down

0 comments on commit a0b720a

Please sign in to comment.