1.1.3 • Published 5 years ago
cb-uuid v1.1.3
CB-UUID
Simple Implementation for getting a UUID from function call or React Hook
How to use
- call
getUUID
or useuseUUID
hook to return a referenced value to a UUID - (Optionally) call
setUserIdAndNamespaceUrl
to update the internal USER_ID and NAMESPACE URLs used in creating UUID;
How to publish
- Essentially, you just need to bump the version number and run
npm publish
- This can be done automatically and with test and lint by using
npm run bumpVersion
thennpm run publish