UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

23 lines (21 loc) 468 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/core/driver/DefaultDriver.tsx import { CMS } from "../CMS.js"; var DefaultDriver = class extends CMS { exportStore(outDir, data) { throw new Error("Not implemented"); } async readStore() { throw new Error("Not implemented"); } async resolver() { throw new Error("Not implemented"); } }; function createCMS(config) { return new DefaultDriver(config); } export { DefaultDriver, createCMS };