UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

8 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.removeNewlines = void 0; const removeNewlines = (content) => { return content.replace(/\r|\n/g, ''); }; exports.removeNewlines = removeNewlines; //# sourceMappingURL=remove-newlines.js.map