(options = {})
| 20 | } |
| 21 | |
| 22 | function nowIso(options = {}) { |
| 23 | return options.now || new Date().toISOString(); |
| 24 | } |
| 25 | |
| 26 | function planningDir(projectRoot, ...parts) { |
| 27 | return path.join(projectRoot || process.cwd(), '.planning', ...parts); |
no outgoing calls
no test coverage detected