chore: include pre-built dist for github install
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export interface FrontmatterResult<T = Record<string, unknown>> {
|
||||
data: T;
|
||||
body: string;
|
||||
hadFrontmatter: boolean;
|
||||
parseError: boolean;
|
||||
}
|
||||
export declare function parseFrontmatter<T = Record<string, unknown>>(content: string): FrontmatterResult<T>;
|
||||
Reference in New Issue
Block a user