export const whitespace = (repeat: number) => { return ' '.repeat(repeat); };