1.0.3 • Published 6 months ago
@xform/hash v1.0.3
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/hash
Use
import { hash } from '@xform/hash';
const derivedUUID = hash('some value');
License
MIT