1.0.1 • Published 6 years ago
web-uuid-js v1.0.1
UUID JS
Simple utility for generating collision resistant UUID within the web browser
Installing with NPM
npm install uuid-jsInstalling with Yarn
yarn add uuid-jsExample usage
import uuid from "web-uuid-js";
const Uuid = uuid();Run unit tests
yarn test