markdownFrontMatter
Generic types: | T |
No documentation has been provided.
Presentation
function markdownFrontMatter (mdPath: string): { data: T; content: string };
Returns
{ data: T; content: string; }
Parameters
Name | Type | Description |
---|---|---|
mdPath | string | @param mdPath |