UNPKG

decap-cms-core

Version:

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

9 lines (7 loc) 173 B
import bootstrap from './bootstrap'; import Registry from './lib/registry'; export const DecapCmsCore = { ...Registry, init: bootstrap, }; export default DecapCmsCore;