@rogerpence/rp-utils
Preparing search index...
types
MarkdownDocument
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
markdown
Object
Properties
dirent
dirent
:
DirentInfo
markdown
Object
markdownObject
:
MarkdownObject
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dirent
markdown
Object
@rogerpence/rp-utils
Loading...
Represents a markdown object with direent meta info.