UNPKG

@mdfriday/foundry

Version:

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

11 lines (10 loc) 558 B
export * from './type'; export { Resources } from './entity/resources'; export { ResourceImpl } from './entity/resource'; export { MinifierClient } from './entity/minifier'; export { IntegrityClient } from './entity/integrity'; export { TemplateClient } from './entity/template'; export { ResourcePaths } from './valueobject/resourcepaths'; export { ResourceTransformationKey } from './valueobject/transformation'; export { ResourceMetadata, ResourceMetadataImpl } from './valueobject/resourcemetadata'; export { createResources } from './factory/resource';