mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
5 lines
241 B
TypeScript
5 lines
241 B
TypeScript
export type Options = import('./lib/index.js').Options;
|
|
export type Matter = import('./lib/index.js').Matter;
|
|
export type Info = import('./lib/index.js').Info;
|
|
export { frontmatterFromMarkdown, frontmatterToMarkdown } from "./lib/index.js";
|