siphash-js
siphash-js copied to clipboard
var module = module || {} breaks cjs format
var module = module || {}
When this line is in the source file, rollup is unable to parse the export.
The module variable is defined in cjs by node and should not be redefined.