UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

7 lines (5 loc) 139 B
'use strict'; var path = require('path'); module.exports = function (str) { return path.resolve(str) === path.resolve(process.cwd()); };