rangoo94/easen-tools

View on GitHub
packages/uuid/src/unsafe/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
const generateUuid = require('./generateUnsafeUuid')
const generateBinaryUuid = require('./generateUnsafeBinaryUuid')

// Expose cryptographically secure (if possible) implementation
module.exports = generateUuid
module.exports.bin = generateBinaryUuid