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 472 B
import { Resource, ReadSeekCloser } from '../type'; export declare class ResourceTransformationKey { name: string; private elements; constructor(name: string, elements?: any[]); static newResourceTransformationKey(name: string, ...elements: any[]): ResourceTransformationKey; value(): string; private hashElements; } export declare function contentReadSeekerCloser(r: Resource): Promise<ReadSeekCloser>; //# sourceMappingURL=transformation.d.ts.map