All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.uuid.index.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
var v1 = require('./v1');
var v4 = require('./v4');

var uuid = v4;
uuid.v1 = v1;
uuid.v4 = v4;

module.exports = uuid;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy