Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 363 Bytes

Hash

Copyright (c) 2021-2024 Check Digit, LLC

Hash is a small function for Check Digit services to create a UUID derived from a hash generated from a given value.

Install

$ npm install @checkdigit/hash

Use

import { hash } from '@checkdigit/hash';

const derivedUUID = hash('some value');

License

MIT