Files
talk-pro/node_modules/astro/dist/cli/domain/command.js

7 lines
82 B
JavaScript
Raw Normal View History

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