export function wrapInSquareBrackets(str: string): string { return `[${str}]`; }