| Current Path : /home/k/a/m/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/home-or-tmp/ |
| Current File : /home/k/a/m/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/home-or-tmp/index.js |
'use strict';
var osHomedir = require('os-homedir');
var osTmpdir = require('os-tmpdir');
module.exports = osHomedir() || osTmpdir();