UNPKG

@ordojs/cli

Version:

Command-line interface for OrdoJS framework

9 lines (6 loc) 140 B
/** * @fileoverview OrdoJS CLI - Utility functions */ export * from './error.js'; export * from './fs.js'; export * from './logger.js';