export const logger = (message: string, ...rest: string[]) => { console.log(message, ...rest); };