Files
habitica/common/script/libs/dotGet.js
2016-04-12 19:30:39 +02:00

6 lines
97 B
JavaScript

import _ from 'lodash';
// TODO remove completely, only used in client
module.exports = _.get;