UNPKG

xweb-templating

Version:

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

4 lines (3 loc) 90 B
export function seperate_lines(input) { return input.replace("\r", "").split("\n"); }