@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
17 lines • 413 B
TypeScript
import { Fs as IFs } from '../type';
export declare class OriginFs {
readonly source: IFs;
readonly origin: IFs;
readonly publishDir: IFs;
constructor(source: IFs, origin: IFs, publishDir: IFs);
/**
* Get the source filesystem
*/
getSource(): IFs;
/**
* Get the origin filesystem
*/
getOrigin(): IFs;
publish(): IFs;
}
//# sourceMappingURL=originfs.d.ts.map