UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

5 lines (4 loc) 120 B
import path from 'path'; export function getCwdPath(relPath = '.') { return path.resolve(process.cwd(), relPath); }