UNPKG

@codesled/content

Version:

Composable content blocks for Node.js apps — flexible, pluggable, and framework-agnostic.

11 lines (9 loc) 276 B
const createBlock = require("./blocks/createBlock"); const renderBlocks = require("./blocks/renderBlocks"); const { BLOCK_TYPES, validateBlock } = require("./blocks/blockSchema"); module.exports = { createBlock, renderBlocks, validateBlock, BLOCK_TYPES, };