@rogerpence/rp-utils
    Preparing search index...

    Type Alias MarkdownDocument<T>

    Represents a markdown object with direent meta info.

    type MarkdownDocument<T extends Record<string, any>> = {
        dirent: DirentInfo;
        markdownObject: MarkdownObject<T>;
    }

    Type Parameters

    • T extends Record<string, any>

      The validated type of the frontmatter object

    Index

    Properties

    dirent: DirentInfo
    markdownObject: MarkdownObject<T>