UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

9 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaskOutputFormat = void 0; var TaskOutputFormat; (function (TaskOutputFormat) { TaskOutputFormat["ObsidianMD"] = "ObsidianMD"; TaskOutputFormat["StandardMD"] = "StandardMD"; })(TaskOutputFormat = exports.TaskOutputFormat || (exports.TaskOutputFormat = {})); //# sourceMappingURL=task-output-format.js.map