@mongez/gnz
Version:
Generator Z, the next generation of scaffolding tools.
15 lines • 446 B
TypeScript
/**
* Generate new line before and after the text
* Use proper line separator for the current OS
*/
export declare const lineSeparator: (text: string) => string;
/**
* Generate only line before the text
*/
export declare const lineBefore: (text: string) => string;
/**
* Generate only line after the text
*/
export declare const lineAfter: (text: string) => string;
export declare const newLine: string;
//# sourceMappingURL=lines.d.ts.map