UNPKG

@marko/prettyprint

Version:

Prettyprint Marko template files in the syntax of your choice

5 lines (4 loc) 89 B
"use strict"; module.exports = function hasLineBreaks(str) { return /\n/.test(str); };