source:
trip-planner-front/node_modules/uuid/index.js@
bdd6491
Last change on this file since bdd6491 was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
1 | var v1 = require('./v1'); |
2 | var v4 = require('./v4'); |
3 | |
4 | var uuid = v4; |
5 | uuid.v1 = v1; |
6 | uuid.v4 = v4; |
7 | |
8 | module.exports = uuid; |
Note:
See TracBrowser
for help on using the repository browser.