need dist for plugin import
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
4
dist/ralph-loop/simple-frontmatter.d.ts
vendored
Normal file
4
dist/ralph-loop/simple-frontmatter.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare function parseFrontmatter(content: string): {
|
||||
data: Record<string, unknown>;
|
||||
body: string;
|
||||
};
|
||||
Reference in New Issue
Block a user