UNPKG

@omni-door/tpl-component-library-react

Version:
8 lines (7 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function default_1() { var date = new Date(); return "---\ntitle: Omni Project!\npublishDate: " + date.getFullYear() + "-" + (date.getMonth() + 1) + "-" + date.getDate() + "\ntags: \n - test\n---\n\nThe first content.\n\n---\n\nHello world!\n\n```js\n(function () {\n console.log('Hello world!');\n})();\n```"; } exports.default = default_1;