tuture
Version:
Write tutorials from the future, with the power of Git and community.
16 lines (15 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const editure_constants_1 = require("editure-constants");
function getEmptyChildren() {
return [{ type: editure_constants_1.PARAGRAPH, children: [{ text: '' }] }];
}
exports.getEmptyChildren = getEmptyChildren;
function getEmptyExplain() {
return {
type: 'explain',
fixed: true,
children: getEmptyChildren(),
};
}
exports.getEmptyExplain = getEmptyExplain;