@xform/hash
v1.2.1
Published
Hash is a utility function for Xformative services to create a uuid derived from a hash generated from a given value.
Keywords
Readme
Hash
Copyright (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.
Install
$ npm install @xform/hashUse
import { hash } from '@xform/hash';
const derivedUUID = hash('some value');License
MIT
