uuid.js 66 B

123
  1. var uuid = null;
  2. uuid = require('uuid/v4');
  3. module.exports = uuid;