UNPKG

@mdfriday/foundry

Version:

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

8 lines 326 B
import { Resources } from '../entity/resources'; import { Workspace } from '../type'; /** * Factory function to create Resources aggregation root * This provides the main entry point for the resources domain */ export declare function createResources(workspace: Workspace): Resources; //# sourceMappingURL=resource.d.ts.map