Hash is a utility function for Xformative services to create a uuid derived from a hash generated from a given value.
npm install @xform/hashCopyright (c) 2021 Xformative Payment Systes
Hash is a utiltity funciton for Xformative Payment System services to create a UUID derived from a hash generated from a given value.
```
$ npm install @xform/hash
`
import { hash } from '@xform/hash';
const derivedUUID = hash('some value');
``
MIT