Files
est-frame/node_modules/mdast-util-frontmatter/index.d.ts
2025-10-22 05:38:27 +00:00

5 lines
241 B
TypeScript
Executable File

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";