UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

9 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isLogseqJournal = void 0; const output_format_1 = require("./../output-format"); const isLogseqJournal = (yarleOptions) => { return yarleOptions.outputFormat === output_format_1.OutputFormat.LogSeqMD && yarleOptions.logseqSettings.journalNotes; }; exports.isLogseqJournal = isLogseqJournal; //# sourceMappingURL=is-logseq-journal.js.map