Skip to content

Commit

Permalink
Update ceilidh20.js
Browse files Browse the repository at this point in the history
module.exports added
  • Loading branch information
Harbinger-3 authored Dec 14, 2024
1 parent 3661c5a commit f7ad37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ceilidh20.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,6 @@ function Ceilidh20(e, $) {
}
return n && l.fill(0), (e = null), i;
}
if (typeof module != 'undefined' && module.exports) {
module.exports = Ceilidh20;
}

0 comments on commit f7ad37c

Please sign in to comment.