IOweb/node_modules/astro/dist/cli/domain/command.js
2026-07-03 15:07:38 -05:00

6 lines
82 B
JavaScript

function defineCommand(command) {
return command;
}
export {
defineCommand
};