UNPKG

accelerator-tool

Version:

The Accelerator devtool. Generally invoked with accelerator-tool, npx accelerator-tool, or xlr8r.

8 lines (6 loc) 121 B
export function getDirectory(directory) { if (directory) { return directory; } return process.cwd(); }