UNPKG

@mdfriday/foundry

Version:

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

17 lines 486 B
import { PageIdentity } from '../type'; export declare class Identity implements PageIdentity { id: number; lang: string; langIdx: number; private stale; constructor(id: number, lang?: string, langIdx?: number); ID(): number; identifierBase(): string; pageLanguage(): string; pageLanguageIndex(): number; pageIdentity(): PageIdentity; markStale(): void; isStale(): boolean; clearStale(): void; } //# sourceMappingURL=identity.d.ts.map