UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

6 lines (4 loc) 123 B
import path from 'path'; export function resolveRootPath(directory: string): string { return path.resolve(directory); }