Skip to content

Commit

Permalink
Fix typescript export declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
xfournet committed Sep 16, 2024
1 parent fc79b0d commit 4ece86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* These definitions were written by BendingBender (https://github.com/BendingBender)
*/

export = crc32;
export default crc32;

declare function crc32(input: string | Buffer, partialCrc?: Buffer | number): Buffer;

Expand Down

0 comments on commit 4ece86a

Please sign in to comment.