@xform/hash
v1.0.3
Published
Hash is a utility function for Xformative services to create a uuid derived from a hash generated from a given value.
Downloads
1,548
Keywords
Readme
Hash
Copyright (c) 2022 Xformative Payment Systems
Hash is a utiltity function for Xformative Payment Systems services to create a UUID derived from a hash generated from a given value.
Install
$ npm install @xform/hash
Use
import { hash } from '@xform/hash';
const derivedUUID = hash('some value');
License
MIT