UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

17 lines (12 loc) 321 B
'use strict'; var path = require('path'); function getUserHomeDirectory() { return process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME']; } function getCurrentPath() { return process.cwd(); } module.exports = { getUserHomeDirectory: getUserHomeDirectory, getCurrentPath: getCurrentPath };