export function addHeaderPrefix(content: string): string { return `/** * @file Automatically generated by barrelsby. */ ${content}`; }