1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-02-15 11:10:55 +01:00

6 lines
107 B
JavaScript
Raw Normal View History

import objectHash from 'object-hash'
export default function hash(object) {
return objectHash(object)
}