index.js 76 B

1234
  1. module.exports = {
  2. h32: require("./xxhash")
  3. , h64: require("./xxhash64")
  4. }