UNPKG

264 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function toLines(input) {
4 if (typeof input !== 'string') {
5 return [];
6 }
7 return input.split(/(?:\r?\n)/);
8}
9exports.default = toLines;
10//# sourceMappingURL=index.js.map
\No newline at end of file