1.0.3 • Published 9 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/hashUse
import { hash } from '@xform/hash';
const derivedUUID = hash('some value');License
MIT