UNPKG

116 BJavaScriptView Raw
1//
2
3const { hash32 } = require('@bunchtogether/hash-object');
4
5module.exports = (value ) => hash32(value);