UNPKG

decap-cms-core

Version:

Decap CMS core application, see decap-cms package for the main distribution.

7 lines 170 B
import bootstrap from './bootstrap'; import Registry from './lib/registry'; export const DecapCmsCore = { ...Registry, init: bootstrap }; export default DecapCmsCore;