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-js
Installing with Yarn
yarn add uuid-js
Example usage
import uuid from "web-uuid-js";
const Uuid = uuid();
Run unit tests
yarn test