source: trip-planner-front/node_modules/uuid/index.js@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 120 bytes
Line 
1var v1 = require('./v1');
2var v4 = require('./v4');
3
4var uuid = v4;
5uuid.v1 = v1;
6uuid.v4 = v4;
7
8module.exports = uuid;
Note: See TracBrowser for help on using the repository browser.