UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

8 lines (6 loc) 140 B
export function addHeaderPrefix(content: string): string { return `/** * @file Automatically generated by barrelsby. */ ${content}`; }