UNPKG

xweb-templating

Version:

A cli tool for converting 'tags' to regular html, php or some other format

3 lines 107 B
export function seperate_lines(input: string): string[] { return input.replace("\r", "").split("\n"); }