UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

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