6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
import dotGet from '../libs/dotGet';
|
|
|
|
module.exports = function(user, path) {
|
|
return dotGet(user, path);
|
|
};
|