UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

14 lines 591 B
export * from './type'; export { Config, newConfig } from './entity/config'; export { Root, newRoot } from './entity/root'; export { Module, newModule } from './entity/module'; export { Service, newService } from './entity/service'; export { Language, newLanguage } from './entity/language'; export { Taxonomy, newTaxonomy } from './entity/taxonomy'; export * from './vo/root'; export * from './vo/module'; export * from './vo/service'; export * from './vo/language'; export * from './vo/taxonomy'; export { loadConfigWithParams } from './factory/config'; //# sourceMappingURL=index.d.ts.map