habitica/common/script/libs/uuid.js

4 lines
88 B
JavaScript

import uuid from 'uuid';
// TODO remove this file completely
module.exports = uuid.v4;