1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00
Files
connector-wordpress/source/connector-mobilizon/front/object-hash-wrapper.js
2021-04-04 18:03:05 +02:00

6 lines
107 B
JavaScript

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