Repository URL to install this package:
|
Version:
0.6.0 ▾
|
gateway-proxy
/
usr
/
share
/
gateway-proxy
/
app
/
node_modules
/
@commitlint
/
to-lines
/
lib
/
index.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function toLines(input) {
if (typeof input !== 'string') {
return [];
}
return input.split(/(?:\r?\n)/);
}
exports.default = toLines;
//# sourceMappingURL=index.js.map