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
getUUIDor useuseUUIDhook to return a referenced value to a UUID - (Optionally) call
setUserIdAndNamespaceUrlto 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 bumpVersionthennpm run publish