import { Console } from '../lib/utils/Console'; export const echoCommand = (thingToEcho: string) => { Console.log(thingToEcho); };