You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 120B

12345678
  1. var v1 = require('./v1');
  2. var v4 = require('./v4');
  3. var uuid = v4;
  4. uuid.v1 = v1;
  5. uuid.v4 = v4;
  6. module.exports = uuid;